From cea5b5c0657e999b561a6438c77861e00689b306 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 1 Sep 2003 19:57:31 +0000 Subject: minor cleanup --- test/unistd/vfork.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/unistd/vfork.c b/test/unistd/vfork.c index c7d409adb..6239e3f02 100644 --- a/test/unistd/vfork.c +++ b/test/unistd/vfork.c @@ -34,9 +34,11 @@ int main(void) int status, wpid; char *argv[] = { "/bin/ls", + "-laF", NULL, }; + clearenv(); if ((pid = vfork()) == 0) { printf("Hi. I'm the child process...\n"); execvp(argv[0], argv); -- cgit v1.2.3