From: Christoph Hellwig Date: Thu, 4 Jun 2009 17:12:55 +0000 (+0200) Subject: xfstests: fix syntax error in check X-Git-Tag: v1.1.0~276 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=74cff057704ca9ac0f95f47600f13d81e1ca7046;p=xfstests-dev.git xfstests: fix syntax error in check Bash 3.2 wants a space before the closing "]" in a test. Signed-off-by: Christoph Hellwig Reviewed-by: Felix Blyakher --- diff --git a/check b/check index 55e90a14..02fcfd76 100755 --- a/check +++ b/check @@ -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.