mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
execve_test.com: fix run with landlock make. Cleanup execve/fexecve tests (#755)
This commit is contained in:
parent
ae365928c5
commit
f5520209f5
3 changed files with 6 additions and 6 deletions
|
@ -74,7 +74,7 @@ TEST(execve, ziposELF) {
|
|||
}
|
||||
|
||||
TEST(execve, ziposAPE) {
|
||||
if (!IsLinux()) {
|
||||
if (!IsLinux() && !IsFreebsd()) {
|
||||
EXPECT_EQ(-1, execve("/zip/life-nomod.com", (char *const[]){0},
|
||||
(char *const[]){0}));
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue