mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-29 00:32:29 +00:00
Make it so the test harness closes fds up to 100 (#1268)
This commit is contained in:
parent
884d89235f
commit
06a1193b4d
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ int main(int argc, char *argv[]) {
|
||||||
__log_level = kLogInfo;
|
__log_level = kLogInfo;
|
||||||
GetOpts(argc, argv);
|
GetOpts(argc, argv);
|
||||||
|
|
||||||
for (fd = 3; fd < 10; ++fd) {
|
for (fd = 3; fd < 100; ++fd) {
|
||||||
close(fd);
|
close(fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue