summaryrefslogtreecommitdiff
path: root/tests/child-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/child-test.c')
-rw-r--r--tests/child-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/child-test.c b/tests/child-test.c
index b6785728a..a6e307dfa 100644
--- a/tests/child-test.c
+++ b/tests/child-test.c
@@ -175,7 +175,7 @@ main (int argc, char *argv[])
#ifdef G_OS_WIN32
system ("ipconfig /all");
#else
- system ("/bin/true");
+ system ("true");
#endif
alive = 2;