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

13 lines
357 B
Plaintext

$OpenBSD: patch-tests_child-test_c,v 1.1 2005/11/13 06:22:03 marcm Exp $
--- tests/child-test.c.orig Mon Oct 31 21:12:02 2005
+++ tests/child-test.c Mon Oct 31 21:12:36 2005
@@ -174,7 +174,7 @@ main (int argc, char *argv[])
#ifdef G_OS_WIN32
system ("ipconfig /all");
#else
- system ("/bin/true");
+ system ("/usr/bin/true");
#endif
alive = 2;