From 11eb21c4659ae0bde83bcd070bc9a0f94fb3576b Mon Sep 17 00:00:00 2001 From: Patsy Franklin Date: Wed, 30 Jan 2019 18:49:27 -0500 Subject: nss: Add tst-nss-files-hosts-long test [BZ #21915] When the /etc/hosts file has a line longer than 1028 characters getent ahostsv4 and ahostsv6 will fail. This test performs a getent call on a /etc/hosts file that contains a very long line (greater than 1028) using the test-in-container framework. --- nss/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nss/Makefile') diff --git a/nss/Makefile b/nss/Makefile index e66e01d..a8caa8a 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -60,7 +60,8 @@ tests = test-netdb test-digits-dots tst-nss-getpwent bug17079 \ xtests = bug-erange tests-container = \ - tst-nss-test3 + tst-nss-test3 \ + tst-nss-files-hosts-long # Tests which need libdl ifeq (yes,$(build-shared)) -- cgit v1.1