From: girish Date: Wed, 11 Feb 2009 18:08:16 +0000 (+0000) Subject: b=18417 X-Git-Tag: 1.8.0~109 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2b05c8be8cd896dd7c1a3a81eabd9358dc5f9061;p=fs%2Flustre-release.git b=18417 o=h.huang i=girish Fix typo from last commit which caused test-framework to exit wrongly --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index b726a49..1c9edcb 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3806,7 +3806,7 @@ setup_test102() { cleanup_test102() { trap 0 - [ "$SETUP_TEST102" = "yes" ] || return + [ "$SETUP_TEST102" = "yes" ] || return 0 rm -f $TMP/f102.tar SETUP_TEST102=no }