diff options
-rw-r--r-- | test/test_filesystem.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_filesystem.c b/test/test_filesystem.c index 87a3d15..e6180fb 100644 --- a/test/test_filesystem.c +++ b/test/test_filesystem.c @@ -172,9 +172,7 @@ test_file_type(void) assert(!zix_remove(file_path)); close(fd); } - } else { - fprintf(stderr, "warning: Skipped socket test with oddly long TMPDIR\n"); - } + } // otherwise, TMPDIR is oddly long, skip test close(sock); free(addr); |