summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/tcpdump.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/tcpdump.sh')
-rwxr-xr-xtests/shell/features/tcpdump.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/shell/features/tcpdump.sh b/tests/shell/features/tcpdump.sh
new file mode 100755
index 00000000..70df9f68
--- /dev/null
+++ b/tests/shell/features/tcpdump.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# check whether tcpdump is installed
+tcpdump -h >/dev/null 2>&1