From: David Given Date: Thu, 1 Dec 2016 23:18:44 +0000 (+0100) Subject: Typo fix. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=353e2d284270a54ae01d44819cb461e77e023e0d;p=ack.git Typo fix. --- diff --git a/first/testsummary.sh b/first/testsummary.sh index 4923b0787..6301cb977 100755 --- a/first/testsummary.sh +++ b/first/testsummary.sh @@ -30,7 +30,7 @@ if [ "$succeeding" = "" ]; then fi if [ "$skipped" != "" ]; then echo "Test status: MILDLY PLEASED FACE (some tests were skipped, but the rest pass)" - echo 0 + exit 0 fi echo "Test status: HAPPY FACE (all tests are passing)" exit 0