Don't hardcode path to true(1).
authorAntoine Jacoutot <ajacoutot@openbsd.org>
Fri, 27 May 2011 15:39:38 +0000 (17:39 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 27 May 2011 16:00:41 +0000 (12:00 -0400)
commit2ee470a71fdc3707cf4e093b22ab0f46ffab82e2
tree7dbb05a30e4c3eadf468a201a20419f489974842
parent5d7b67a6c361f747c8ac32d18248cc0923fe73aa
Don't hardcode path to true(1).

true(1) is not always installed under /bin so leave system() find
it in the PATH.

https://bugzilla.gnome.org/show_bug.cgi?id=651219
tests/child-test.c