From 8d55550248bc8a79a65a915b3030397a26335089 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Wed, 27 Jan 2016 01:05:08 +0000 Subject: [PATCH] test test successes better --- urchin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urchin b/urchin index b366fc9..5594bda 100755 --- a/urchin +++ b/urchin @@ -181,7 +181,7 @@ urchin_go() { printf '%s\n' "$2 $(plural test "$2") failed." printf '\033[m' fi - return "$2" + test "$2" -eq '0' } urchin_molly_guard() {