Convert spaces to tabs in capture_step_snapshot().
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 1 Mar 2013 06:20:41 +0000 (06:20 +0000)
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 1 Mar 2013 06:20:41 +0000 (06:20 +0000)
(Maybe this will make the XP buildbot happy so test.sh succeeds again?)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@47969 f5534014-38df-0310-8fa8-9805f1628bb7

test/suite-capture.sh

index a264d400065609ce7bbaea3f686ff3daed103b05..a3bfc0dc5f0170c2715a44dc6bf2e33a44a2661a 100755 (executable)
@@ -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