From 3bfbc141df8795efa229d6a666f0b36acef8fb08 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 26 Aug 2014 21:18:17 -0700 Subject: [PATCH] test/mon/mkfs.sh: fix test Signed-off-by: Sage Weil --- src/test/mon/mkfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/mon/mkfs.sh b/src/test/mon/mkfs.sh index d24068bdfdd..f228d8067c7 100755 --- a/src/test/mon/mkfs.sh +++ b/src/test/mon/mkfs.sh @@ -150,7 +150,7 @@ function makedir() { function idempotent() { mon_mkfs --auth-supported=none mon_mkfs --auth-supported=none 2>&1 | tee $DIR/makedir.log - grep "$MON_DIR already exists" $DIR/makedir.log > /dev/null || return 1 + grep "'$MON_DIR' already exists" $DIR/makedir.log > /dev/null || return 1 } function run() { -- 2.47.3