2
0
Fork 0

fixup! execve test

This commit is contained in:
Ehmry - 2020-11-07 19:09:38 +01:00
parent 69d9647755
commit 0e4ff58752
1 changed files with 0 additions and 6 deletions

View File

@ -6,10 +6,4 @@
inputs = with pkgs.genodePackages; [ libc posix test-libc_execve ];
};
};
/*
testScript = ''
start_all()
machine.wait_until_serial_output("child "test-execve" exited with exit value 0")
'';
*/
}