From 7119cd9b6911116f520700b498e09e923eff9cd3 Mon Sep 17 00:00:00 2001 From: Robert Read Date: Tue, 6 Jul 2010 15:15:56 -0700 Subject: [PATCH] b=14512 Fix mistake made in original patch Change 39eabbad40 introduced an error in sanity.sh quite a while ago, this cleans it up. --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=$! -- 1.8.3.1