wireshark/debian/tests/tshark

9 lines
167 B
Plaintext
Raw Normal View History

#!/bin/sh
# autopkgtest check: Run tshark to see basic functionality working
# Author: Balint Reczey <balint@balintreczey.hu>
set -e
tshark --version
echo "run: OK"