From 53f69df3616cbb553892649baf1db45179cdb2c6 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 11 Jul 2011 22:41:53 +0000 Subject: Use the proper function name. svn path=/trunk/; revision=37982 --- test/suite-capture.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/suite-capture.sh b/test/suite-capture.sh index 43fe3c3a66..9cd2a4c410 100755 --- a/test/suite-capture.sh +++ b/test/suite-capture.sh @@ -99,7 +99,7 @@ capture_step_10packets() { # we should have an output file now if [ ! -f "./testout.pcap" ]; then - capture_test_output ./testout.txt + capture_test_output_print ./testout.txt test_step_failed "No output file!" return fi -- cgit v1.2.3