Skip to content
Snippets Groups Projects
Commit 0ecb04aa authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Fix typo in acceptance-small.sh

parent db75b7d9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment