From 7c10244e4d494c6d19f8fa82063d3cd128b425cc Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sat, 20 Jan 2018 15:21:16 +0100 Subject: [PATCH] Another small tweak for the test suite Signed-off-by: DL6ER --- test/test_suite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_suite.sh b/test/test_suite.sh index c42e44f4..ed05c68d 100644 --- a/test/test_suite.sh +++ b/test/test_suite.sh @@ -104,7 +104,7 @@ load 'libs/bats-support/load' echo "output: ${lines[@]}" [[ ${lines[0]} == "Connection to 127.0.0.1 4711 port [tcp/*] succeeded!" ]] [[ ${lines[1]} =~ "0 57.14 ::1 local" ]] - [[ ${lines[2]} =~ "1 14.29 2620:0:ccd::2 resolver2.ipv6-sandbox.opendns.com" ]] + [[ ${lines[2]} =~ "1 28.57 2001:1608:10:25::9249:d69b" ]] [[ ${lines[3]} =~ "2 14.29 2620:0:ccd::2 resolver2.ipv6-sandbox.opendns.com" ]] [[ ${lines[4]} == "---EOM---" ]] }