mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
make mktemp in integration tests work on OS X
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user