aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_acl.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-19 17:10:00 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-19 17:10:00 +0000
commit5eecddee6de892c2131c98a2b73c590e088440eb (patch)
tree4b50dde7f90e5dc9bc08c5ae223c22525e334950 /tests/test_acl.c
parent18d1d6fe4e040157b0ab57ab44f01c430aecf567 (diff)
Remove the fe80:1234::1234 test case from test_acl.c
The ACL test was failing on Mac OS X because it would convert the above invalid link-local address into fe80::1234 while reporting no error from getaddrinfo(). Linux does not do this. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@277872 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests/test_acl.c')
-rw-r--r--tests/test_acl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_acl.c b/tests/test_acl.c
index 88180aa1b..693c8054d 100644
--- a/tests/test_acl.c
+++ b/tests/test_acl.c
@@ -169,7 +169,6 @@ AST_TEST_DEFINE(acl)
{ "10.0.10.10", TACL_A, TACL_D, TACL_A, TACL_A, TACL_A, TACL_D, TACL_A, TACL_A },
{ "172.16.0.1", TACL_A, TACL_D, TACL_A, TACL_A, TACL_D, TACL_A, TACL_A, TACL_A },
{ "fe80::1234", TACL_A, TACL_A, TACL_A, TACL_D, TACL_A, TACL_A, TACL_A, TACL_A },
- { "fe80:1234::1234", TACL_A, TACL_A, TACL_A, TACL_D, TACL_A, TACL_A, TACL_D, TACL_D, },
{ "fe80::ffff:1213:dead:beef", TACL_A, TACL_A, TACL_A, TACL_D, TACL_A, TACL_A, TACL_A, TACL_D },
{ "fe80::ffff:0:ffff:ABCD", TACL_A, TACL_A, TACL_A, TACL_D, TACL_A, TACL_A, TACL_A, TACL_A },
};