From 47c22455d4502b1262e9d7def5d4da64e58aa304 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 16 May 2013 21:55:09 +0000 Subject: 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. --- posix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/Makefile') diff --git a/posix/Makefile b/posix/Makefile index 8265e76..54c6354 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 -- cgit v1.1