From 6b923c7d938f3806acb401f1d35bc6840fd6668d Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:38:54 +0800 Subject: [PATCH] Fix --- functions/test_functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/test_functions.sh b/functions/test_functions.sh index 32e44e5d1..55419c2ed 100644 --- a/functions/test_functions.sh +++ b/functions/test_functions.sh @@ -169,6 +169,8 @@ TEST_RETRIEVE_VALIDATE() { TEST_DEAD_CHECK() { test_dead_subdomain_check test_dead_redundant_check + test_dead_check + test_alive_check cp "$RAW" "$RAW_LIGHT" # Expected output for light version @@ -208,8 +210,6 @@ function TEST_PARKED_CHECK { test_parked_check test_unparked_check - test_dead_check - test_alive_check cp "$RAW" "$RAW_LIGHT" # Expected output for light version