X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fcommon%2Fruntest.c;h=ea0c1a8e9876056db58889a92d2b4fe32c46bf48;hb=d891546b2de2436b459fdc95dc0390226bb1ad8b;hp=60e77baac49f36046722f68e634887c83cf0544a;hpb=1291ba124bab6f045cfeeeed1e824f107ca54403;p=libc-test diff --git a/src/common/runtest.c b/src/common/runtest.c index 60e77ba..ea0c1a8 100644 --- a/src/common/runtest.c +++ b/src/common/runtest.c @@ -25,7 +25,7 @@ static int start(char *wrap, char *argv[]) argv--; argv[0] = wrap; } - execvp(argv[0], argv); + execv(argv[0], argv); t_error("%s exec failed: %s\n", argv[0], strerror(errno)); exit(1); }