diff options
Diffstat (limited to '')
-rwxr-xr-x | packaging/debian/tests/tshark | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging/debian/tests/tshark b/packaging/debian/tests/tshark new file mode 100755 index 00000000..020574f7 --- /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" |