From 79f18c2998cb08f950a1f20a2882ae9334a4666d Mon Sep 17 00:00:00 2001 From: wangdi Date: Tue, 28 Aug 2007 12:49:53 +0000 Subject: [PATCH] Branch: b1_6 fix a typo in last commit b=12599 --- lustre/tests/sanityN.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index 0f5209e..50dde49 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -4,7 +4,7 @@ set -e ONLY=${ONLY:-"$*"} # bug number for skipped test: 3192 --ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"14b"} +ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"14b"} # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! [ "$SLOW" = "no" ] && EXCEPT="$EXCEPT 16" -- 1.8.3.1