X-Git-Url: http://git.shiar.net/barcat.git/blobdiff_plain/46f1edad6cf059eaef351f950e2f067c05871563..4c703b580c40651e0f2c6aa6e83e5cf614c3bbde:/t/regress.t diff --git a/t/regress.t b/t/regress.t index 508d361..e149b36 100755 --- a/t/regress.t +++ b/t/regress.t @@ -68,8 +68,15 @@ do if test 0 != $? then - fail_count=$((fail_count+1)) - color 1\;31 + case "$name" in + *' #TODO') + color 33 + ;; + *) + fail_count=$((fail_count+1)) + color 1\;31 + esac + printf 'not ' fi echo "ok $test_count - $name"