Commit a76e5aa7 authored by Kai Vehmanen's avatar Kai Vehmanen

Fixed bash scripting bug in unit test suite.

darcs-hash:20071010114657-77cd4-cd0854adf97ec14d4853d7a31cb0e8202fa4ef67.gz
parent 4cc32445
......@@ -24,7 +24,7 @@ sleep 1
./test-fullmode
error=$?
kill -- "$(cat "$pidfile")"
kill "$(cat "$pidfile")"
rm -f -- "$pidfile"
wait
exit ${error}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment