From 6cb77b539cd9d5602c9f12e4308bc9fcfe8361d6 Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 21 Aug 2026 20:12:09 +0400 Subject: [PATCH] 100% tests passed --- test/miaou-bash.test.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/test/miaou-bash.test.bash b/test/miaou-bash.test.bash index 47794bc..7efa8ad 100755 --- a/test/miaou-bash.test.bash +++ b/test/miaou-bash.test.bash @@ -196,4 +196,3 @@ if [[ $failed -gt 0 ]]; then else echo "100% passed, ${test_count} tests" fi -exit 12