mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
make mktemp in integration tests work on OS X
This commit is contained in:
parent
b7f01d435f
commit
6a90737bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
if [ "xxx$root" = "xxx" ];
|
||||
then
|
||||
root="$(mktemp -d)"
|
||||
root="$(mktemp -d -t leitXXXX)"
|
||||
echo "Root integration tests directory: $root"
|
||||
fi
|
||||
store_flags="--config-dir $root/conf --work-dir $root/work"
|
||||
|
|
|
|||
Loading…
Reference in a new issue