Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- a/test/tool/plinko/plinko_test.c 2+++ b/test/tool/plinko/plinko_test.c 3@@ -91,8 +91,8 @@ TEST(plinko, worksOrPrintsNiceError) { 4 sigaction(SIGQUIT, &savequit, 0); 5 sigaction(SIGPIPE, &savepipe, 0); 6 sigprocmask(SIG_SETMASK, &savemask, 0); 7 execve("bin/plinko.com", (char *const[]){"bin/plinko.com", 0}, 8- (char *const[]){0}); 9+ (char *const[]){"PATH=@coreutils@/bin", 0}); 10 _exit(127); 11 } 12 close(pfds[0][0]);