Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
13 lines
456 B
Diff
13 lines
456 B
Diff
--- a/test/tool/plinko/plinko_test.c
|
|
+++ b/test/tool/plinko/plinko_test.c
|
|
@@ -91,8 +91,8 @@ TEST(plinko, worksOrPrintsNiceError) {
|
|
sigaction(SIGQUIT, &savequit, 0);
|
|
sigaction(SIGPIPE, &savepipe, 0);
|
|
sigprocmask(SIG_SETMASK, &savemask, 0);
|
|
execve("bin/plinko.com", (char *const[]){"bin/plinko.com", 0},
|
|
- (char *const[]){0});
|
|
+ (char *const[]){"PATH=@coreutils@/bin", 0});
|
|
_exit(127);
|
|
}
|
|
close(pfds[0][0]);
|