aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-07-11 22:41:53 +0000
committerGerald Combs <gerald@wireshark.org>2011-07-11 22:41:53 +0000
commit53f69df3616cbb553892649baf1db45179cdb2c6 (patch)
tree2a57f569f1f8764e3faa384c902ddae850487250
parentef84ed2d328a7a4284f26c14daac2fe1bfb03706 (diff)
Use the proper function name.
svn path=/trunk/; revision=37982
-rwxr-xr-xtest/suite-capture.sh2
1 files changed, 1 insertions, 1 deletions
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