69aea10936
Glib 2.8 Release notes are here: http://mail.gnome.org/archives/gnome-announce-list/2005-August/msg00048.html
13 lines
357 B
Plaintext
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;
|