t: planned feature for negative limits
[barcat.git] / t / regress.t
index 508d3617bc7e6fe7c7562aed1c54f70745649426..e149b36dad00e3e263f27f8529830da468eb1c39 100755 (executable)
@@ -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"