From 910a3fdf92244825ceda1258fb594e1011a90903 Mon Sep 17 00:00:00 2001 From: girish Date: Fri, 23 Jan 2009 16:27:58 +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 a9e1f55..0fdd328 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -4113,7 +4113,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