openbsd-ports/devel/glib2/patches/patch-tests_child-test_c

13 lines
358 B
Plaintext
Raw Normal View History

$OpenBSD: patch-tests_child-test_c,v 1.2 2007/10/24 22:29:03 jasper Exp $
--- tests/child-test.c.orig Sun Sep 16 18:28:30 2007
+++ tests/child-test.c Tue Oct 2 20:47:04 2007
@@ -175,7 +175,7 @@ main (int argc, char *argv[])
#ifdef G_OS_WIN32
system ("ipconfig /all");
#else
- system ("/bin/true");
+ system ("/usr/bin/true");
#endif
alive = 2;