diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2017-12-25 02:30:32 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2018-01-08 22:02:53 +0000 |
commit | d7ff3f11b64a28273285d341f795217bbf18ac9c (patch) | |
tree | d168efd834752a6850db76ed6d7abd671cef96b0 /ChangeLog | |
parent | 401311cfba71b61d93d23aa17e5c9ac5fb047d48 (diff) | |
download | glibc-d7ff3f11b64a28273285d341f795217bbf18ac9c.tar glibc-d7ff3f11b64a28273285d341f795217bbf18ac9c.tar.gz glibc-d7ff3f11b64a28273285d341f795217bbf18ac9c.tar.bz2 glibc-d7ff3f11b64a28273285d341f795217bbf18ac9c.zip |
tst-ttyname: skip the test when /dev/ptmx is not available
* sysdeps/unix/sysv/linux/tst-ttyname.c (do_in_chroot_1): Skip the
test instead of failing in case of ENOENT returned by posix_openpt.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2018-01-08 Dmitry V. Levin <ldv@altlinux.org> + + * sysdeps/unix/sysv/linux/tst-ttyname.c (do_in_chroot_1): Skip the + test instead of failing in case of ENOENT returned by posix_openpt. + 2018-01-08 Florian Weimer <fweimer@redhat.com> resolv: Support binary labels in test framework. |