From 3974d2358cf4f7f039a62cd1aa4130dea8bd72ed Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 17 Sep 2008 07:24:49 -0400 Subject: Use $(whoami), not $$, to distinguish emacs-chess tmp dirs. --- runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- cgit v1.2.3