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 /nss | |
parent | f43b8dd55588c32d12a461251e4f7598c5fed97f (diff) | |
download | glibc-b0b50fe005d739412c9fc752377021b3007c5d80.tar glibc-b0b50fe005d739412c9fc752377021b3007c5d80.tar.gz glibc-b0b50fe005d739412c9fc752377021b3007c5d80.tar.bz2 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>
Diffstat (limited to 'nss')
-rw-r--r-- | nss/tst-nss-files-hosts-long.root/etc/host.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |