From 3521ec812fb2f6f333c352b11d3deaa68740bd4f Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Mon, 12 May 2008 20:14:44 +0000
Subject: [PATCH] b=15745 i=Adilger

the minor cleanup of the previous fix:
-- after we get rid of $tdir we do not need to create $tmpdir, because
   unzip -d <dir> does not need <dir> exists, it needs the parent directory
   of <dir> exists; unzip creates <dir> if it does not exists.
---
 lustre/tests/conf-sanity.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh
index 7744acb95a..8ab40b982b 100644
--- a/lustre/tests/conf-sanity.sh
+++ b/lustre/tests/conf-sanity.sh
@@ -1157,7 +1157,6 @@ test_32a() {
 	[ ! -r $DISK1_4 ] && skip "Cant find $DISK1_4, skipping" && return
 
 	local tmpdir=$TMP/conf32a
-	mkdir -p $tmpdir
 	unzip -o -j -d $tmpdir $DISK1_4 || { skip "Cant unzip $DISK1_4, skipping" && return ; }
 	load_modules
 	sysctl lnet.debug=$PTLDEBUG
-- 
GitLab