diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-12-09 21:07:27 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-12-09 21:07:27 +0000 |
| commit | fd84ad5adf4e571d839ad2e2437af8335f60e0f3 (patch) | |
| tree | a2eaa609d5807c26caebd1a86b5821c41ba8ea59 | |
| parent | 1d721bcd6c1b4713c5e05c82bfb7d3df6bfbab4d (diff) | |
Use mktemp -d rather than --directory to fix the test script on osx
| -rwxr-xr-x | test/run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ main() { number_failures=0 dirs="$@" test=$(pwd) - work=$(mktemp --directory) + work=$(mktemp -d) cp -R . $work trap "rm -R $work" EXIT for dir in $(find $dirs -type d); do |
