From 2156430e6016c5a2abf3db2781ac9463ce8cd4bb Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Tue, 24 Aug 2010 18:26:33 +0200 Subject: [PATCH] b=21174 fix tiny nit in previous landing --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index ca7637e..309ea5b 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -2257,7 +2257,7 @@ test_56() { start_ost start_ost2 || error "Unable to start second ost" mount_client $MOUNT || error "Unable to mount client" - [ -n "$ENABLE_QUOTA" ] && { $LFS quotacheck -ug $MOUNT || error "quotacheck has failed" ; + [ -n "$ENABLE_QUOTA" ] && { $LFS quotacheck -ug $MOUNT || error "quotacheck has failed" ; } stopall reformat -- 1.8.3.1