diff options
Diffstat (limited to 'dcop')
-rw-r--r-- | dcop/tests/run-tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dcop/tests/run-tests.sh b/dcop/tests/run-tests.sh index 7ec749217..dc3640511 100644 --- a/dcop/tests/run-tests.sh +++ b/dcop/tests/run-tests.sh @@ -2,10 +2,15 @@ clean_up() { rm -f batch.stdout shell.stdout shell.returns batch.returns + rm -fr test-home } clean_up +# create temporary home +export HOME=$PWD/test-home +mkdir $HOME + ../dcopserver --nofork & DCOP_SERVER_PID=$! |