]> git.ipfire.org Git - thirdparty/automake.git/commit
test: do not leave files as mode zero.
authorKarl Berry <karl@freefriends.org>
Sun, 24 Dec 2023 16:55:04 +0000 (08:55 -0800)
committerKarl Berry <karl@freefriends.org>
Sun, 24 Dec 2023 16:55:04 +0000 (08:55 -0800)
commit448fd777fdbe4bebddcd14449748d72dab93336b
tree8b1a66a411c3e62a19e98173eb97b997d744c3a2
parent9ab5c03edcdb84b4f7bb68f19cb7cc028ff647f2
test: do not leave files as mode zero.

Follows up on https://bugs.gnu.org/67868.

* t/dist-with-unreadable-makefile-fails.sh: chmod u+rw at end.
Also follow usual pattern of ending tests with :, not explicit exit.
* t/tap-bad-prog.tap: chmod u+r at end (since only r removed).
t/dist-with-unreadable-makefile-fails.sh
t/tap-bad-prog.tap