xfstests: fix syntax error in check

Bash 3.2 wants a space before the closing "]" in a test.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Felix Blyakher <felixb@sgi.com>
This commit is contained in:
Christoph Hellwig
2009-06-04 19:12:55 +02:00
committed by Christoph Hellwig
parent dcb3106e20
commit 74cff05770
+1 -1
View File
@@ -160,7 +160,7 @@ MOUNT_OPTIONS -- $FULL_MOUNT_OPTIONS
EOF
if [ ! -z "$SCRATCH_DEV"]; then
if [ ! -z "$SCRATCH_DEV" ]; then
umount $SCRATCH_DEV 2>/dev/null
# call the overridden mkfs - make sure the FS is built
# the same as we'll create it later.