561f316f27
- don't use the local pcre, but use pcre from ports with tweaks from wilfried@ (pcre and static libs) ok steven@
13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
$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;
|