Use the proper function name.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 11 Jul 2011 22:41:53 +0000 (22:41 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 11 Jul 2011 22:41:53 +0000 (22:41 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37982 f5534014-38df-0310-8fa8-9805f1628bb7

test/suite-capture.sh

index 43fe3c3a666a370613aa7e72f2074aa399b51a62..9cd2a4c41043a7f6b4c4f0f9ceb5d3948541d940 100755 (executable)
@@ -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