]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: don't ignore non-existent paths in inst_recursive()
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 7 Nov 2022 10:55:29 +0000 (11:55 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 7 Nov 2022 11:18:49 +0000 (12:18 +0100)
commiteb5d7730e1b3b1bddecb80be37e5a4c938183f61
tree9c43b8f68235bffb67106607c3aefe4180fb28bb
parent072adf26933730466e8a7b27b26c46501368a904
test: don't ignore non-existent paths in inst_recursive()

The process substitution in the while loop hides errors raised by the
find utility, which might (and did), in turn, hide errors in test setup.
test/test-functions