From aef856b8a700a897a5568965f6ce41017a466fac Mon Sep 17 00:00:00 2001 From: Uffe Jakobsen Date: Fri, 15 May 2026 23:30:01 +0200 Subject: [PATCH] fix: tests: clean up cannot remove dir --- tests/mlmmj-maintd.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/mlmmj-maintd.sh b/tests/mlmmj-maintd.sh index 5a95544a..5e0f22d8 100644 --- a/tests/mlmmj-maintd.sh +++ b/tests/mlmmj-maintd.sh @@ -120,6 +120,9 @@ basics_2_body() chmod -w lists/ml atf_check -s exit:0 -e match:"Could not open maintdlog.* Permission denied" $mlmmjmaintd -F -L lists/ml + + # re-enable write to dir for clean up to complete correctly + chmod +w lists/ml } basics_3_body() -- 2.47.3