aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-capture.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-06-05 02:19:45 +0000
committerGuy Harris <guy@alum.mit.edu>2010-06-05 02:19:45 +0000
commit7559d34b7b585d0a691ae8df266902493c8646a7 (patch)
tree3572cdb5e92094ff0538ee5733208feecbd4037a /test/suite-capture.sh
parentcc574686bad6f30679c15cac758ad5af2f561961 (diff)
Clean up indentation.
svn path=/trunk/; revision=33104
Diffstat (limited to 'test/suite-capture.sh')
-rwxr-xr-xtest/suite-capture.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index 4033cb879c..dc8e775c16 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 ./testout.txt
test_step_failed "No output file!"
return
fi
@@ -365,7 +365,7 @@ tshark_capture_suite() {
if [ $TEST_FIFO ]; then
test_step_add "Capture via fifo" capture_step_fifo
fi
- # tshark now using dumpcap for capturing, read filters won't work by definition
+ # tshark now using dumpcap for capturing, read filters won't work by definition
#test_step_add "Capture read filter (${TRAFFIC_CAPTURE_DURATION}s)" capture_step_read_filter
test_step_add "Capture snapshot length 68 bytes (${TRAFFIC_CAPTURE_DURATION}s)" capture_step_snapshot
}