Whamcloud - gitweb
b=18417
authorgirish <girish>
Wed, 11 Feb 2009 18:07:12 +0000 (18:07 +0000)
committergirish <girish>
Wed, 11 Feb 2009 18:07:12 +0000 (18:07 +0000)
o=h.huang
i=girish

Fix typo from last commit which caused test-framework to exit wrongly

lustre/tests/sanity.sh

index 487d196..9742fe1 100644 (file)
@@ -3931,7 +3931,7 @@ setup_test102() {
 
 cleanup_test102() {
        trap 0
-       [ "$SETUP_TEST102" = "yes" ] || return
+       [ "$SETUP_TEST102" = "yes" ] || return 0
        rm -f $TMP/f102.tar
        SETUP_TEST102=no
 }