From 454ed297671f8d6c63f49464e3d29c6ec3638c66 Mon Sep 17 00:00:00 2001 From: Lucas K Date: Wed, 23 Dec 2020 11:05:41 -0800 Subject: [PATCH] modified test to quit when fails so doesn't output test passed! message --- test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.bash b/test.bash index 5c6ab72..f8aeca1 100644 --- a/test.bash +++ b/test.bash @@ -25,7 +25,7 @@ do continue else echo "NOT EQUAL!" - break + exit fi done echo "Test passed!" -- 2.30.2