From 78f7d5bd2f57169dcd8435c0ff1c170661bdc20a Mon Sep 17 00:00:00 2001
From: komaln <komaln>
Date: Thu, 22 Nov 2007 11:17:49 +0000
Subject: [PATCH] b=11230

	a small change left undone.
---
 lustre/tests/conf-sanity.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh
index e94e93d1c9..5da69d60fe 100644
--- a/lustre/tests/conf-sanity.sh
+++ b/lustre/tests/conf-sanity.sh
@@ -1432,8 +1432,8 @@ test_37() {
 	rm -f $LOCAL_MDSDEV
 
 	touch $LOCAL_MDSDEV
-	mkfs.lustre --reformat --fsname=lustre --mdt --mgs --device-size=9000 $LOCAL_MDSDEV
-		|| error "mkfs.lustre $LOCAL_MDSDEV failed"
+	mkfs.lustre --reformat --fsname=lustre --mdt --mgs --device-size=9000 $LOCAL_MDSDEV ||
+		error "mkfs.lustre $LOCAL_MDSDEV failed"
 	ln -s $LOCAL_MDSDEV $SYM_MDSDEV
 
 	echo "mount symlink device - $SYM_MDSDEV"
-- 
GitLab