depot/third_party/nixpkgs/pkgs/development/libraries/cosmopolitan/fix-paths.patch
Default email b41113241d Project import generated by Copybara.
GitOrigin-RevId: ae1dc133ea5f1538d035af41e5ddbc2ebcb67b90
2022-09-22 14:36:57 +02:00

12 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]);