From a89cb3a5266d55c5ae3e783d8176287a4cc97e39 Mon Sep 17 00:00:00 2001 From: girish Date: Fri, 23 Jan 2009 16:27:51 +0000 Subject: [PATCH] b=15524 i=huanghua i=kalpak fix test 102f --- 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 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 } -- 1.8.3.1