From 4aa275c555a37c94b251c23ccbf136da2ce215a3 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Sat, 21 Jan 2023 23:54:20 +0700 Subject: [PATCH] Improve test --- shunit2/run_test.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/shunit2/run_test.sh b/shunit2/run_test.sh index 17dccbd..3d65765 100755 --- a/shunit2/run_test.sh +++ b/shunit2/run_test.sh @@ -244,13 +244,13 @@ testTrueRemoveFTPServer() fi } -testEqualityRemoveFail2ban() -{ - . scripts/remove_fail2ban.sh - - fail2ban_bin=$(command -v fail2ban-server | grep -c fail2ban-server) - assertTrue "[[ ${fail2ban_bin} -eq 0 ]]" -} +#testEqualityRemoveFail2ban() +# { +# . scripts/remove_fail2ban.sh +# +# fail2ban_bin=$(command -v fail2ban-server | grep -c fail2ban-server) +# assertTrue "[[ ${fail2ban_bin} -eq 0 ]]" +# } # load shunit2 . /usr/local/bin/shunit2