Whamcloud - gitweb
b=14512 Fix mistake made in original patch
authorRobert Read <robert.read@oracle.com>
Tue, 6 Jul 2010 22:15:56 +0000 (15:15 -0700)
committerRobert Read <robert.read@oracle.com>
Tue, 6 Jul 2010 22:15:56 +0000 (15:15 -0700)
Change 39eabbad40 introduced an error in sanity.sh quite a while ago,
this cleans it up.

lustre/tests/sanity.sh

index aff8946..20cbec9 100755 (executable)
@@ -1459,7 +1459,7 @@ test_31f() { # bug 4554
        $SETSTRIPE $DIR/d31f -s 1048576 -c 1
        cp /etc/hosts $DIR/d31f
        ls -l $DIR/d31f
        $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=$!
 
        multiop_bg_pause $DIR/d31f D_c || return 1
        MULTIPID2=$!