mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-06 01:40:28 +00:00
Update test/libc/sock/unix_test.c
Co-authored-by: Gavin Hayes <hayesgav@gmail.com>
This commit is contained in:
parent
b4af492c6e
commit
aabc834374
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ TEST(unix, stream_absolute) {
|
||||||
int ws;
|
int ws;
|
||||||
if (IsWindows() && !IsAtLeastWindows10()) return;
|
if (IsWindows() && !IsAtLeastWindows10()) return;
|
||||||
atomic_bool *ready = _mapshared(1);
|
atomic_bool *ready = _mapshared(1);
|
||||||
// TODO(jart): move this line down when kFdProcess is gone
|
|
||||||
ASSERT_SYS(0, 3, socket(AF_UNIX, SOCK_STREAM, 0));
|
ASSERT_SYS(0, 3, socket(AF_UNIX, SOCK_STREAM, 0));
|
||||||
if (!fork()) {
|
if (!fork()) {
|
||||||
close(3);
|
close(3);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue