| author | Alberto Bertogli
<albertito@blitiri.com.ar> 2026-01-25 11:41:28 UTC |
| committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2026-01-25 11:41:28 UTC |
| parent | 04e481d656c5c3dcba82fa8d58400ecf276c321c |
| test/run.sh | +2 | -2 |
diff --git a/test/run.sh b/test/run.sh index bd40e64..5a073c8 100755 --- a/test/run.sh +++ b/test/run.sh @@ -51,8 +51,8 @@ if ! ls --zero golden/*.png golden/auto/*.png | parallel -0 --results .3-compare {} .2-render/{/.}.png .2-render/{/.}-diff.png ; then for i in .3-compare/*.err; do - if grep -q '^1$' "$i"; then - # The compare command prints "1" on equal files. + if grep -q '^0 (0)$' "$i"; then + # The compare command prints "0 (0)" on equal files. continue fi C="$(basename "$i" .err)"