From: adilger Date: Sat, 18 Feb 2006 01:02:38 +0000 (+0000) Subject: Branch b_release_1_4_6 X-Git-Tag: v1_7_100~1^103~4^2~11 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0760eb5d65a53aa198698e8ec513bf1df5064fbb;p=fs%2Flustre-release.git Branch b_release_1_4_6 Fix minor message format error. --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index e573857..7b407e5 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2417,7 +2417,7 @@ test_65e() { mkdir -p $DIR/d65 $LSTRIPE $DIR/d65 0 -1 0 || error "setstripe" - $LFS find -v $DIR/d65 | grep "$DIR/d65/ has no stripe info" || error "no stripe info failed" + $LFS find -v $DIR/d65 | grep "has no stripe info" || error "no stripe info failed" touch $DIR/d65/f6 $LVERIFY $DIR/d65 $DIR/d65/f6 || error "lverify failed" } @@ -2433,7 +2433,7 @@ test_65g() { mkdir -p $DIR/d65 $LSTRIPE $DIR/d65 $(($STRIPESIZE * 2)) 0 1 || error "setstripe" $LSTRIPE -d $DIR/d65 || error "setstripe" - $LFS find -v $DIR/d65 | grep "$DIR/d65/ has no stripe info" || \ + $LFS find -v $DIR/d65 | grep "has no stripe info" || \ error "delete default stripe failed" } run_test 65g "directory setstripe -d ==========================="