aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-capture.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite-capture.sh')
-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