From cbb2075175ef874c172b42232ebe764bcb3ea478 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Mon, 18 May 2026 09:39:47 -0500 Subject: [PATCH] test(swmr): remove test directory before creating a new one (#6404) Make sure that everything is clean before copying files to a directory. --- test/test_swmr.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_swmr.sh.in b/test/test_swmr.sh.in index d9896cfb536..9d1abd578dd 100644 --- a/test/test_swmr.sh.in +++ b/test/test_swmr.sh.in @@ -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