From cde66d6ff94c94c144fef840591f68912e1060e5 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 6 Jul 2020 08:55:25 +0200 Subject: [PATCH] Do not assume a query to google.com returns only one fixed AAAA record. Signed-off-by: DL6ER --- test/test_suite.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_suite.bats b/test/test_suite.bats index 82e1e15d..d56b4661 100644 --- a/test/test_suite.bats +++ b/test/test_suite.bats @@ -145,7 +145,6 @@ run bash -c "dig AAAA google.com @127.0.0.1 +short +tcp" printf "%s\n" "${lines[@]}" [[ ${lines[0]} != "::" ]] - [[ ${lines[1]} == "" ]] } @test "Known host is resolved as expected" {