diff --git a/tests/Sanity/licence-check/test.sh b/tests/Sanity/licence-check/test.sh index 7712e6f..d4874a2 100755 --- a/tests/Sanity/licence-check/test.sh +++ b/tests/Sanity/licence-check/test.sh @@ -7,7 +7,7 @@ TCWD="$(pwd)" rlJournalStart rlPhaseStartSetup - rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory" + rlRun "tmp=\$(mktemp -d /var/tmp/XXXXXXXXXXXXXX)" 0 "Create tmp directory" rlRun "pushd $tmp" rlRun "set -o pipefail"