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

b=13798

i=Nathan

create tdir with correct permissions
parent c079cd74
No related branches found
No related tags found
No related merge requests found
......@@ -1182,6 +1182,8 @@ run_one() {
message=$2
tfile=f${testnum}
export tdir=d${TESTSUITE}/d${base}
local SAVE_UMASK=`umask`
umask 0022
mkdir -p $DIR/$tdir
BEFORE=`date +%s`
......@@ -1197,6 +1199,7 @@ run_one() {
rmdir ${DIR}/$tdir >/dev/null 2>&1 || true
unset TESTNAME
unset tdir
umask $SAVE_UMASK
cd $SAVE_PWD
$CLEANUP
}
......
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