From 74cff057704ca9ac0f95f47600f13d81e1ca7046 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 4 Jun 2009 19:12:55 +0200 Subject: [PATCH] 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 --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5