mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
zipos_to_fd - remove unncessary lseeks, add _unassert, fix MODE=dbg
This commit is contained in:
parent
df713afa90
commit
a2b0542349
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ TEST(fexecve, APE) {
|
|||
TEST(fexecve, zipos) {
|
||||
if (!IsLinux() && !IsFreebsd()) return;
|
||||
int fd = open("/zip/life.elf", O_RDONLY);
|
||||
SPAWN(vfork);
|
||||
SPAWN(fork);
|
||||
if (fd == -1 && errno == ENOSYS) _Exit(42);
|
||||
fexecve(fd, (char *const[]){0}, (char *const[]){0});
|
||||
EXITS(42);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue