Skip to content
Snippets Groups Projects
Commit 3521ec81 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

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.
parent 2e5f5fc8
No related branches found
No related tags found
No related merge requests found
...@@ -1157,7 +1157,6 @@ test_32a() { ...@@ -1157,7 +1157,6 @@ test_32a() {
[ ! -r $DISK1_4 ] && skip "Cant find $DISK1_4, skipping" && return [ ! -r $DISK1_4 ] && skip "Cant find $DISK1_4, skipping" && return
local tmpdir=$TMP/conf32a local tmpdir=$TMP/conf32a
mkdir -p $tmpdir
unzip -o -j -d $tmpdir $DISK1_4 || { skip "Cant unzip $DISK1_4, skipping" && return ; } unzip -o -j -d $tmpdir $DISK1_4 || { skip "Cant unzip $DISK1_4, skipping" && return ; }
load_modules load_modules
sysctl lnet.debug=$PTLDEBUG sysctl lnet.debug=$PTLDEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment