]> git.saurik.com Git - apple/hfs.git/blobdiff - tests/cases/test-access.c
hfs-407.200.4.tar.gz
[apple/hfs.git] / tests / cases / test-access.c
index de1b2b7e60efcf486a8690082c9ec73dd3966fbe..f5e28c6658c9ccb745b12a7eb6947e7a1e265ccf 100644 (file)
@@ -59,6 +59,7 @@ int run_access(__unused test_ctx_t *ctx)
                assert_fail("access_vector[0] != ENOENT (== %u)!", access_vector[0]);
        
        free(path);
+       assert_no_err (close(fd));
 
        return 0;
 }