aboutsummaryrefslogtreecommitdiffstats
path: root/debian/tests/tshark
blob: 020574f77257b4a57371c2f3ad1149a9c91725fd (plain)
1
2
3
4
5
6
7
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"