From 13d8b78c1ec97c626e26ec3e32f04b10d0b35ebc Mon Sep 17 00:00:00 2001 From: girish Date: Wed, 11 Feb 2009 18:07:12 +0000 Subject: [PATCH] b=18417 o=h.huang i=girish Fix typo from last commit which caused test-framework to exit wrongly --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 487d196..9742fe1 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -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 } -- 1.8.3.1