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