From ac1cef3952640d1ff289890cb9fc8a55b175ff73 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 29 Nov 2018 00:16:49 +0100 Subject: T816: add unit tests for the case of IPv6 addresses with multiple double semicolons. --- tests/integration_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/integration_tests.sh b/tests/integration_tests.sh index 5e98526..b6a2489 100755 --- a/tests/integration_tests.sh +++ b/tests/integration_tests.sh @@ -20,7 +20,7 @@ . ./assert.sh -IPADDRCHECK=ipaddrcheck +IPADDRCHECK=../src/ipaddrcheck # test data ipv4_single_positive=( @@ -60,6 +60,7 @@ ipv6_single_positive=( ipv6_single_negative=( gggg::ffff + 2001:db8::bad::f00d ) ipv6_cidr_positive=( -- cgit v1.2.3