From: Robert Read Date: Tue, 6 Jul 2010 22:15:56 +0000 (-0700) Subject: b=14512 Fix mistake made in original patch X-Git-Tag: 2.0.0.51~36 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=7119cd9b6911116f520700b498e09e923eff9cd3;ds=sidebyside b=14512 Fix mistake made in original patch Change 39eabbad40 introduced an error in sanity.sh quite a while ago, this cleans it up. --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index aff8946..20cbec9 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -1459,7 +1459,7 @@ test_31f() { # bug 4554 $SETSTRIPE $DIR/d31f -s 1048576 -c 1 cp /etc/hosts $DIR/d31f ls -l $DIR/d31f - $DIR/d31f/hosts + $GETSTRIPE $DIR/d31f/hosts multiop_bg_pause $DIR/d31f D_c || return 1 MULTIPID2=$!