From 634fc4a89bf896536a2342976a58e2a1480d460c Mon Sep 17 00:00:00 2001 From: girish Date: Wed, 21 Jan 2009 11:17:58 +0000 Subject: [PATCH] b=18291 i=deen Fix typo from commit of bug 17953 --- 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 443348e..e4b2070 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -501,7 +501,7 @@ test_18() { check_mount || return 41 echo "check journal size..." - local FOUNDSIZE=`do_facet mds "$$DEBUGFS -c -R 'stat <8>' $MDSDEV" | awk '/Size: / { print $NF; exit;}'` + local FOUNDSIZE=`do_facet mds "$DEBUGFS -c -R 'stat <8>' $MDSDEV" | awk '/Size: / { print $NF; exit;}'` if [ $FOUNDSIZE -gt $((32 * 1024 * 1024)) ]; then log "Success: mkfs creates large journals. Size: $((FOUNDSIZE >> 20))M" else -- 1.8.3.1