1
0
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:
Jeff Hodges
2015-07-29 14:54:35 -07:00
parent b7f01d435f
commit 6a90737bbb

View File

@@ -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"