summaryrefslogtreecommitdiff
path: root/test-locking
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-04-13 10:52:08 +0100
committerLars Wirzenius <liw@liw.fi>2012-04-13 10:52:08 +0100
commita653102d07f1d31fc92816a18e92b6669558c863 (patch)
tree4cf2a98f5ffb1852218f2dd402f2fc7916b1a084 /test-locking
parent862ef4869f29c25f071ea64eebaae05cea2b79d8 (diff)
downloadobnam-a653102d07f1d31fc92816a18e92b6669558c863.tar.gz
Put client output file in cwd again
Debugging is much easier if the files are easy to find.
Diffstat (limited to 'test-locking')
-rwxr-xr-xtest-locking2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-locking b/test-locking
index 936475eb..04221673 100755
--- a/test-locking
+++ b/test-locking
@@ -38,7 +38,7 @@ echo "Using temporary directory $tempdir"
for i in $(seq "$NCLIENTS")
do
./test-many-generations "$NGENERATIONS" "$repourl" "$repopath" \
- "client-$i" > "$tempdir/client-$i.output" 2>&1 &
+ "client-$i" > "client-$i.output" 2>&1 &
echo "$!" >> "$pids"
done