Whamcloud - gitweb
Branch: b1_6
authorwangdi <wangdi>
Tue, 28 Aug 2007 12:49:53 +0000 (12:49 +0000)
committerwangdi <wangdi>
Tue, 28 Aug 2007 12:49:53 +0000 (12:49 +0000)
fix a typo in last commit
b=12599

lustre/tests/sanityN.sh

index 0f5209e..50dde49 100644 (file)
@@ -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"