From e59bada0a6e29672d7bbdb53b6fa32e5fc6a8375 Mon Sep 17 00:00:00 2001 From: grev <grev> Date: Wed, 11 Jul 2007 20:52:45 +0000 Subject: [PATCH] b=12849 i=Adilger i=Brian cleanup_test102 fix --- 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 01dee5d103..02f3928e60 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3314,7 +3314,7 @@ setup_test102() { } cleanup_test102() { - [ "SETUP_TEST102" = "YES" ] || return + [ "$SETUP_TEST102" = "yes" ] || return trap 0 rm -f $TMP/f102.tar rm -rf $DIR/$tdir -- GitLab