Skip to content

Commit ee8390c

Browse files
committed
unset keep handle open for test
1 parent 7895f85 commit ee8390c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/storage_manager/test_posixfs.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ TEST_CASE_METHOD(PosixFSTestFixture, "Test PosixFS file", "[file]") {
156156

157157
TEST_CASE_METHOD(PosixFSTestFixture, "Test PosixFS read/write file", "[read-write]") {
158158
test_dir += "read_write";
159+
unsetenv("TILEDB_KEEP_FILE_HANDLES_OPEN");
159160
CHECK_RC(fs.create_dir(test_dir), TILEDB_FS_OK);
160161
REQUIRE(fs.is_dir(test_dir));
161162
CHECK_RC(fs.write_to_file(test_dir+"/foo", "hello", 5), TILEDB_FS_OK);

0 commit comments

Comments
 (0)