We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d03145 commit d126de0Copy full SHA for d126de0
tests/lib/lua.c
@@ -301,7 +301,7 @@ ATF_TC_BODY(override, tc)
301
}
302
exit(lua_tonumber(L, -1));
303
304
- atf_utils_wait(p, 0, "[string \"os.execute(\"/usr/bin/true\")\"]:1: os.execute not available\n", "");
+ atf_utils_wait(p, 3, "[string \"os.execute(\"/usr/bin/true\")\"]:1: os.execute not available\n", "");
305
306
p = atf_utils_fork();
307
if (p == 0) {
@@ -310,7 +310,7 @@ ATF_TC_BODY(override, tc)
310
311
312
313
- atf_utils_wait(p, 0, "[string \"os.exit(1)\"]:1: os.exit not available\n", "");
+ atf_utils_wait(p, 3, "[string \"os.exit(1)\"]:1: os.exit not available\n", "");
314
315
int rootfd = open(getcwd(NULL, 0), O_DIRECTORY);
316
lua_pushinteger(L, rootfd);
0 commit comments