From: Uffe Jakobsen Date: Fri, 15 May 2026 21:30:01 +0000 (+0200) Subject: fix: tests: clean up cannot remove dir X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=aef856b8a700a897a5568965f6ce41017a466fac;p=thirdparty%2Fmlmmj.git fix: tests: clean up cannot remove dir --- 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()