#!/bin/sh # autopkgtest check: Run tshark to see basic functionality working # Author: Balint Reczey set -e tshark --version echo "run: OK"