mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 09:20:29 +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;
|
||||
if (IsWindows() && !IsAtLeastWindows10()) return;
|
||||
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));
|
||||
if (!fork()) {
|
||||
close(3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue