Use the proper function name.

svn path=/trunk/; revision=37982
This commit is contained in:
Gerald Combs 2011-07-11 22:41:53 +00:00
parent ef84ed2d32
commit 53f69df361
1 changed files with 1 additions and 1 deletions

View File

@ -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