From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1962) id 89059384647C; Mon, 12 Jul 2021 09:59:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89059384647C Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Stefan Liebler To: glibc-cvs@sourceware.org Subject: [glibc] Fix failing nss/tst-nss-files-hosts-long. X-Act-Checkin: glibc X-Git-Author: Stefan Liebler X-Git-Refname: refs/heads/master X-Git-Oldrev: 70099c7763b8c47a4bb1eef1c41601c602a83270 X-Git-Newrev: 8235f9311bddbe4cf8ff1fa8f72f41aa77e27e00 Message-Id: <20210712095917.89059384647C@sourceware.org> Date: Mon, 12 Jul 2021 09:59:17 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2021 09:59:17 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8235f9311bddbe4cf8ff1fa8f72f41aa77e27e00 commit 8235f9311bddbe4cf8ff1fa8f72f41aa77e27e00 Author: Stefan Liebler Date: Mon Jul 12 11:00:53 2021 +0200 Fix failing nss/tst-nss-files-hosts-long. Sometimes the test nss/tst-nss-files-hosts-long is failing as getent fails with exit-code 2. This happens if tst-reload1 was run just before this test: make t=nss/tst-reload1 test make t=nss/tst-nss-files-hosts-long test Then the test fails as /etc/nsswitch.conf contains "hosts: test2" and the hosts are not searched in /etc/hosts at all. Thus this patch just requests a post cleanup after nss/tst-reload1 has run. Diff: --- nss/tst-reload1.root/postclean.req | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/nss/tst-reload1.root/postclean.req b/nss/tst-reload1.root/postclean.req new file mode 100644 index 0000000000..e69de29bb2