]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: drop default ACL from $TESTDIR
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 May 2021 06:47:01 +0000 (15:47 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 6 May 2021 09:28:00 +0000 (11:28 +0200)
commita83a7d1e9e73139ea42b2ccabc5207c2afeb4cd4
tree38fc724ce5acfac6346b027ff90bd4626cbeb660
parent853401a6bc3c7389ed3e572119eb91d40eb9e449
test: drop default ACL from $TESTDIR

This fixes an issue introduced by the commit 954c77c2510c0328fd98354a59f380945752c38c.

For some reasons, setting default ACL on $TESTDIR makes TEST-29-PORTABLE
fail. Let's drop the default ACL, and set ACL on saved results instead.

Fixes #19519.
test/test-functions