diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2013-05-16 21:55:09 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2013-05-21 17:21:05 +0000 |
commit | 47c22455d4502b1262e9d7def5d4da64e58aa304 (patch) | |
tree | bbaec5e3281439e27bcf5527d271ad0d567d1b89 /posix/Makefile | |
parent | 3d04f5db20c8f0d1ba3881b5f5373586a18cf188 (diff) | |
download | glibc-47c22455d4502b1262e9d7def5d4da64e58aa304.tar glibc-47c22455d4502b1262e9d7def5d4da64e58aa304.tar.gz glibc-47c22455d4502b1262e9d7def5d4da64e58aa304.tar.bz2 glibc-47c22455d4502b1262e9d7def5d4da64e58aa304.zip |
Test getaddrinfo return value
This helps testing for regression of BZ#15339. Creation of network
isolated environments is a privileged operation and therefore is not
included to the test.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 8265e763e1..54c635465c 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -86,7 +86,7 @@ tests := tstgetopt testfnm runtests runptests \ tst-getaddrinfo3 tst-fnmatch2 tst-cpucount tst-cpuset \ bug-getopt1 bug-getopt2 bug-getopt3 bug-getopt4 \ bug-getopt5 tst-getopt_long1 bug-regex34 bug-regex35 \ - tst-pathconf + tst-pathconf tst-getaddrinfo4 xtests := bug-ga2 ifeq (yes,$(build-shared)) test-srcs := globtest |