From 8958bab6dee184310e4393e33591eb0cef1f7de1 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 31 May 2006 17:38:42 +0000 Subject: Tethereal/tethereal -> TShark/tshark. svn path=/trunk/; revision=18268 --- test/test.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/test.sh') diff --git a/test/test.sh b/test/test.sh index 368a84fe1f..d60408e46b 100644 --- a/test/test.sh +++ b/test/test.sh @@ -39,7 +39,7 @@ source suite-capture.sh test_step_prerequisites() { NOTFOUND=0 - for i in "$ETHEREAL" "$TETHEREAL" "$CAPINFOS" "$DUMPCAP" ; do + for i in "$ETHEREAL" "$TSHARK" "$CAPINFOS" "$DUMPCAP" ; do if [ ! -x $i ]; then echo "Couldn't find $i" NOTFOUND=1 @@ -71,8 +71,8 @@ test_suite() { test_set_output VERBOSE -#test_suite_run "Tethereal command line options" clopt_suite -#test_suite_run "Tethereal capture" capture_suite +#test_suite_run "TShark command line options" clopt_suite +#test_suite_run "TShark capture" capture_suite # all @@ -171,4 +171,4 @@ done ;; esac -done \ No newline at end of file +done -- cgit v1.2.3