From 003c937f66915817442dbb57bc15d9bbd3ce8a06 Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:00:45 +0800 Subject: [PATCH] Update --- functions/test_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/test_functions.sh b/functions/test_functions.sh index a47a0a703..32bd3f434 100644 --- a/functions/test_functions.sh +++ b/functions/test_functions.sh @@ -422,7 +422,6 @@ test_invalid_removal() { # Check script does not save invalid domains to manual review file [[ "$script_to_test" == 'validate' ]] && return - { printf "invalid-test-com\n" printf "100.100.100.100\n" @@ -446,6 +445,7 @@ test_redundant_removal() { fi # Test addition of new wildcard from wildcard file # (manually adding a new wildcard to wildcards file) + # Existing redundant domain in raw file printf "domain.redundant-test.com\n" >> input.txt # INPUT