diff options
author | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2013-03-01 06:20:41 +0000 |
---|---|---|
committer | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2013-03-01 06:20:41 +0000 |
commit | 53893a8a752942be1b01a083e4abab1d8f2f971b (patch) | |
tree | 5e5c9d92957693adf5146e21ba7d847e143f070f /test | |
parent | ffeae7cfbf03ae6ff74ab3fe9cc311cbe10031e7 (diff) | |
download | wireshark-53893a8a752942be1b01a083e4abab1d8f2f971b.tar.gz wireshark-53893a8a752942be1b01a083e4abab1d8f2f971b.tar.bz2 wireshark-53893a8a752942be1b01a083e4abab1d8f2f971b.zip |
Convert spaces to tabs in capture_step_snapshot().
(Maybe this will make the XP buildbot happy so test.sh succeeds again?)
svn path=/trunk/; revision=47969
Diffstat (limited to 'test')
-rwxr-xr-x | test/suite-capture.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh index a264d40006..a3bfc0dc5f 100755 --- a/test/suite-capture.sh +++ b/test/suite-capture.sh @@ -220,7 +220,7 @@ capture_step_stdin() { test_step_failed "Exit status of $DUT: $RETURNVALUE" return fi - + if [ -n "$CONSOLE_LOG_ARGS" ] ; then grep "Wireshark is up and ready to go" ./testout.txt > /dev/null 2>&1 if [ $? -ne 0 ]; then @@ -354,10 +354,10 @@ capture_step_read_filter() { # capture with a snapshot length capture_step_snapshot() { - if [ $SKIP_CAPTURE -ne 0 ] ; then - test_step_skipped - return - fi + if [ $SKIP_CAPTURE -ne 0 ] ; then + test_step_skipped + return + fi traffic_gen_ping |