From 133178947f147a5f247fb6e5adb10f6acb0d6d68 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 13:53:22 -0600 Subject: [PATCH] tests.cpp --- tests/tests.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tests.cpp b/tests/tests.cpp index 6fd1f315..29a35a75 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -333,7 +333,6 @@ test_rmdir() file2_fd = openat(dir_fd,"test-file",O_CREAT|O_EXCL,0555); TEST_CHECK(file2_fd >= 0); - struct stat st; rv = fstatat(file_fd,"",&st,AT_EMPTY_PATH); TEST_CHECK(rv == 0);