Whamcloud - gitweb
Fix typo in acceptance-small.sh
authoradilger <adilger>
Mon, 2 Dec 2002 18:06:14 +0000 (18:06 +0000)
committeradilger <adilger>
Mon, 2 Dec 2002 18:06:14 +0000 (18:06 +0000)
lustre/tests/acceptance-small.sh

index 55fc290..5b81611 100755 (executable)
@@ -68,7 +68,7 @@ for NAME in $CONFIGS; do
                        iozone -I $IOZONE_OPTS -t $THREADS $IOZONE_FILE
                        sh llmountcleanup.sh
                        sh llrmount.sh
-               elif [ $IOZONEVER -lt 3145 ]; then
+               elif [ $IOZVER -lt 3145 ]; then
                        VER=`iozone -v | awk '/Revision:/ { print $3 }'`
                        echo "iozone $VER too old for multi-threaded tests"
                fi