X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2452d39120085af8c43433a82eccd26f482f4437..0cbc024a2a470a5b4f8cf56184ae2ff3a1b96e0c:/test/common.sh.in diff --git a/test/common.sh.in b/test/common.sh.in index ff06312f..1d55dff5 100644 --- a/test/common.sh.in +++ b/test/common.sh.in @@ -166,6 +166,8 @@ check() { echo echo "$0: test failed, outputs are in $first and $second." failed=`expr ${failed:-0} + 1` + #### Set return status of the function. + [ $failed -eq 0 ] fi }