From: girish Date: Wed, 21 Jan 2009 11:17:58 +0000 (+0000) Subject: b=18291 X-Git-Tag: v1_9_140~6 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=634fc4a89bf896536a2342976a58e2a1480d460c;p=fs%2Flustre-release.git b=18291 i=deen Fix typo from commit of bug 17953 --- 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