From d007b9c39bcdd189bf27d24658d97df64b4b20c5 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 15 Aug 2012 10:41:46 -0400 Subject: [PATCH 1/1] Fix typos in uri_switch test Signed-off-by: David Goulet --- tests/tools/streaming/uri_switch | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tests/tools/streaming/uri_switch b/tests/tools/streaming/uri_switch index d6fc9385b..a6b158230 100755 --- a/tests/tools/streaming/uri_switch +++ b/tests/tools/streaming/uri_switch @@ -106,8 +106,6 @@ function test_uri_switch_localhost_folder if [ $? -eq 0 ]; then # Only delete if successful rm -rf $TRACE_PATH - else - break fi } @@ -191,10 +189,10 @@ IPVER=$1 validate_trace $EVENT_NAME $TMP_PATH/$FILE_PATH if [ $? -eq 0 ]; then - # Only delete if successful - rm -rf $TMP_PATH + # Only delete if successful + rm -rf $TMP_PATH else - break + break fi done } -- 2.34.1