Whamcloud - gitweb
b=18291
authorgirish <girish>
Wed, 21 Jan 2009 11:17:58 +0000 (11:17 +0000)
committergirish <girish>
Wed, 21 Jan 2009 11:17:58 +0000 (11:17 +0000)
i=deen

Fix typo from commit of bug 17953

lustre/tests/conf-sanity.sh

index 443348e..e4b2070 100644 (file)
@@ -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