]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
fix: tests: clean up cannot remove dir 97/head
authorUffe Jakobsen <uffe@uffe.org>
Fri, 15 May 2026 21:30:01 +0000 (23:30 +0200)
committerUffe Jakobsen <uffe@uffe.org>
Fri, 15 May 2026 21:30:01 +0000 (23:30 +0200)
tests/mlmmj-maintd.sh

index 5a95544a8aafd4ee53aab03a623f8f825700ccac..5e0f22d80df7e7b76315feab58748e9e084f7ef3 100644 (file)
@@ -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()