From 01774294ab6c3a2eaceb749b1788e1b65b93766c Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 11:24:22 -0600 Subject: [PATCH] tests.cpp --- tests/tests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests.cpp b/tests/tests.cpp index e4e746c6..5f6da380 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -316,6 +316,7 @@ test_rmdir() TEST_CHECK(root_fd >= 0); file_fd = openat(root_fd,"test-file",O_CREAT|O_EXCL,0555); + TEST_CHECK(file_fd >= 0); rv = mkdirat(root_fd,"test-dir",0777);