From 3b4e18a23d26f5f0c3a5ecabea55d2be9acfc4ab Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Thu, 29 Nov 2007 08:56:48 +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 4820f2ea20..39c0bdcd51 100644
--- a/lustre/tests/sanity.sh
+++ b/lustre/tests/sanity.sh
@@ -3570,7 +3570,7 @@ setup_test102() {
 		done
 	done
 
-	cd ..
+	cd $DIR
 	star -c  f=$TMP/f102.tar $tdir 
 	SETUP_TEST102=yes
 }
-- 
GitLab