tests: Avoid daemon race between pidfile creation and parent notification.
authorBen Pfaff <blp@nicira.com>
Mon, 23 Apr 2012 17:05:50 +0000 (10:05 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 23 Apr 2012 21:11:19 +0000 (14:11 -0700)
commit34a5710475c6772e94d7fc5168d8615ac9183afc
tree5d4dee051602fd16a697e1a7f4a8fae9953e9d9a
parent7436ed8071a045f265ab3e06c5d7b0d5d678db1c
tests: Avoid daemon race between pidfile creation and parent notification.

This was causing "check-valgrind" to sometimes fail in this test.

Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/daemon.at