diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-11-29 00:16:49 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-11-29 00:16:49 +0100 |
commit | ac1cef3952640d1ff289890cb9fc8a55b175ff73 (patch) | |
tree | 78ab8d27a7c5200441f6256474d321c06bff7f00 | |
parent | 278bf6407c41c6aa55af58a55327431aebb57968 (diff) | |
download | ipaddrcheck-ac1cef3952640d1ff289890cb9fc8a55b175ff73.tar.gz ipaddrcheck-ac1cef3952640d1ff289890cb9fc8a55b175ff73.zip |
T816: add unit tests for the case of IPv6 addresses with multiple double semicolons.
-rwxr-xr-x | tests/integration_tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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=( |