test/syscalls01: Fix sporadic test failures

This commit is contained in:
Sebastian Huber 2019-11-13 10:46:36 +01:00
parent 5f2d63683a
commit 83afe13399

View File

@ -362,6 +362,7 @@ test_sockets(void)
const socket_test *st = &socket_tests[i];
test_socket(st);
epoch_cleanup();
}
puts("test sockets and check resources");