summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-09-17 07:24:49 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-09-17 07:24:49 -0400
commit3974d2358cf4f7f039a62cd1aa4130dea8bd72ed (patch)
tree08f156ce2d9c4a7ae11cdf240edb18d43c119a86
parenta1d7e2279812234355ed9ee52a88f94cff57777f (diff)
Use $(whoami), not $$, to distinguish emacs-chess tmp dirs.
-rwxr-xr-xruntests2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests b/runtests
index 85eac50..b7b5653 100755
--- a/runtests
+++ b/runtests
@@ -11,7 +11,7 @@ end=$NCPU
HERE=$(pwd)
while (( begin < end )); do
- dir=/tmp/chess-test-$$-$((begin))
+ dir=/tmp/emacs-chess-$(whoami)-$((begin))
rm -fr $dir
mkdir $dir
rsync -a --delete --exclude='*/' ./ $dir/