summaryrefslogtreecommitdiffstats
path: root/debian/tests/tshark
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdebian/tests/tshark8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/tests/tshark b/debian/tests/tshark
new file mode 100755
index 0000000..020574f
--- /dev/null
+++ b/debian/tests/tshark
@@ -0,0 +1,8 @@
+#!/bin/sh
+# autopkgtest check: Run tshark to see basic functionality working
+# Author: Balint Reczey <balint@balintreczey.hu>
+
+set -e
+
+tshark --version
+echo "run: OK"