* Fix race condition in the test.

This commit is contained in:
Eelco Dolstra 2006-09-01 12:02:39 +00:00
parent c25f688e23
commit c9586b6c3f
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ echo $outPath
echo "backgrounding program..."
$profiles/test/program &
sleep 2 # hack - wait for the program to get started
child=$!
echo PID=$child