From: girish Date: Fri, 23 Jan 2009 16:27:51 +0000 (+0000) Subject: b=15524 X-Git-Tag: GIT_EPOCH_B1_6~2^5~228 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a89cb3a5266d55c5ae3e783d8176287a4cc97e39;p=fs%2Flustre-release.git b=15524 i=huanghua i=kalpak fix test 102f --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 3233e82..bd832b5 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -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 }