From 25a1843f310fe7fee439569dcbd3975578e2e4bd Mon Sep 17 00:00:00 2001 From: grev <grev> Date: Thu, 29 Nov 2007 12:06:09 +0000 Subject: [PATCH] b=14351 i=Adilger get rid of relative path in setup_test102 --- 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 fc2178fb9a..9e7f1833ac 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3493,7 +3493,7 @@ setup_test102() { done done - cd .. + cd $DIR star -c f=$TMP/f102.tar $tdir SETUP_TEST102=yes } -- GitLab