summaryrefslogtreecommitdiff
path: root/tests/test_acl.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2010-07-19 17:10:00 +0000
committerMark Michelson <mmichelson@digium.com>2010-07-19 17:10:00 +0000
commitd6cc7dd982e5e74be7ff0871015da00935703d39 (patch)
tree4b50dde7f90e5dc9bc08c5ae223c22525e334950 /tests/test_acl.c
parent58061391a11dbd4d1be4ed5829198395b93660d9 (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: https://origsvn.digium.com/svn/asterisk/trunk@277872 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 },
};