From 5eecddee6de892c2131c98a2b73c590e088440eb Mon Sep 17 00:00:00 2001 From: mmichelson Date: Mon, 19 Jul 2010 17:10:00 +0000 Subject: 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 --- tests/test_acl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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 }, }; -- cgit v1.2.3