diff options
author | Patsy Franklin <patsy@redhat.com> | 2019-02-20 17:07:19 -0500 |
---|---|---|
committer | Patsy Franklin <patsy@redhat.com> | 2019-02-21 16:02:29 -0500 |
commit | b0b50fe005d739412c9fc752377021b3007c5d80 (patch) | |
tree | af9a7ec7748f7bc80ad77562086a1ce99937140b | |
parent | f43b8dd55588c32d12a461251e4f7598c5fed97f (diff) | |
download | glibc-b0b50fe005d739412c9fc752377021b3007c5d80.tar.gz glibc-b0b50fe005d739412c9fc752377021b3007c5d80.tar.xz glibc-b0b50fe005d739412c9fc752377021b3007c5d80.zip |
nss: tst-nss-files-hosts-long: Add host.conf [BZ #21915]
Add /etc/host.conf file with 'multi on' to tst-nss-files-hosts-long.root. Ensures the entire file, and all long lines, need to be parsed for the test. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | nss/tst-nss-files-hosts-long.root/etc/host.conf | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9b0bc78dbd..14072123ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-02-21 Patsy Griffin Franklin <pfrankli@redhat.com> + + [BZ #21915] + * nss/tst-nss-files-hosts-long.root/etc/host.conf: New file. + 2019-02-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br> * argp/argp-help.c (__argp_error_internal): New function, diff --git a/nss/tst-nss-files-hosts-long.root/etc/host.conf b/nss/tst-nss-files-hosts-long.root/etc/host.conf new file mode 100644 index 0000000000..d1a59f73a9 --- /dev/null +++ b/nss/tst-nss-files-hosts-long.root/etc/host.conf @@ -0,0 +1 @@ +multi on |