summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xruntests2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests b/runtests
index 8011401..85eac50 100755
--- a/runtests
+++ b/runtests
@@ -11,7 +11,7 @@ end=$NCPU
HERE=$(pwd)
while (( begin < end )); do
- dir=/tmp/chess-test$((begin))
+ dir=/tmp/chess-test-$$-$((begin))
rm -fr $dir
mkdir $dir
rsync -a --delete --exclude='*/' ./ $dir/