summaryrefslogtreecommitdiffstats
path: root/test/test_filesystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_filesystem.c')
-rw-r--r--test/test_filesystem.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_filesystem.c b/test/test_filesystem.c
index b0ec2a4..573954b 100644
--- a/test/test_filesystem.c
+++ b/test/test_filesystem.c
@@ -354,14 +354,8 @@ test_flock(void)
if (!st) {
assert(zix_file_lock(f2, ZIX_FILE_LOCK_TRY) == ZIX_STATUS_UNAVAILABLE);
assert(!zix_file_unlock(f1, ZIX_FILE_LOCK_TRY));
-
- // assert(zix_file_unlock(f1, ZIX_FILE_LOCK_TRY));
- // assert(zix_file_unlock(f1, ZIX_FILE_LOCK_BLOCK));
}
- // assert(zix_file_unlock(stdout, ZIX_FILE_LOCK_TRY));
- // assert(zix_file_unlock(stdout, ZIX_FILE_LOCK_BLOCK));
-
fclose(f2);
fclose(f1);
assert(!zix_remove(file_path));