Whamcloud - gitweb
b=15524
authorgirish <girish>
Fri, 23 Jan 2009 16:27:51 +0000 (16:27 +0000)
committergirish <girish>
Fri, 23 Jan 2009 16:27:51 +0000 (16:27 +0000)
i=huanghua
i=kalpak

fix test 102f

lustre/tests/sanity.sh

index 3233e82..bd832b5 100644 (file)
@@ -3996,7 +3996,7 @@ test_102f() {
        if [ "$TAR" == "tar" ]; then
                TAR_OPTS="--xattrs"
        fi
-       $TAR cf - $TAR_OPTS . | $TAR xf - $TAR_OPTS -C $DIR/d102f
+       $TAR cf - $TAR_OPTS $tdir | $TAR xf - $TAR_OPTS -C $DIR/d102f
        cd $DIR/d102f/$tdir
        compare_stripe_info1
 }