aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/debian/tests/tshark
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/debian/tests/tshark')
-rwxr-xr-xpackaging/debian/tests/tshark8
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging/debian/tests/tshark b/packaging/debian/tests/tshark
new file mode 100755
index 0000000000..020574f772
--- /dev/null
+++ b/packaging/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"