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"