From: Terry Wilson Date: Wed, 20 Jul 2011 20:18:25 +0000 (+0000) Subject: Merged revisions 328987 via svnmerge from X-Git-Tag: 10.0.0-beta1~3^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f179a189215f6894d11418d42b06b7e6c78d448f;p=thirdparty%2Fasterisk.git Merged revisions 328987 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r328987 | twilson | 2011-07-20 15:16:58 -0500 (Wed, 20 Jul 2011) | 5 lines We can't guarantee an eth0 is present FreeBSD test fails on this case presumably because there is no eth0 on the test machine. Better to just remove this test for now. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/2.0@328992 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/tests/test_netsock2.c b/tests/test_netsock2.c index f759ed2ce2..8d7e1ebd84 100644 --- a/tests/test_netsock2.c +++ b/tests/test_netsock2.c @@ -69,7 +69,6 @@ AST_TEST_DEFINE(parsing) { "[2001::1]", 1 }, { "[2001:0000:4136:e378:8000:63bf:3fff:fdd2]:5060", 1 }, { "2001:0000:4136:e378:8000:63bf:3fff:fdd2:5060", 0 }, /* port, but no brackets */ - { "[fe80::200:5aee:feaa:20a2%eth0]", 1 }, /* link-local with scope id */ { "[fe80::200::abcd", 0 }, /* multiple zero expansions */ };