test(swmr): remove test directory before creating a new one (#6404)

Make sure that everything is clean before copying files to a directory.
This commit is contained in:
H. Joe Lee
2026-05-18 09:39:47 -05:00
committed by GitHub
parent 96750d6eda
commit cbb2075175
+1
View File
@@ -114,6 +114,7 @@ done
# different, occasionally the wrong file is deleted, interrupting the flow of
# the test. Running each of these tests in its own directory should eliminate
# the problem.
rm -rf swmr_test
mkdir swmr_test
for FILE in swmr*; do
case "$FILE" in