From: Magnus Jacobsson Date: Tue, 15 Sep 2020 14:18:41 +0000 (+0200) Subject: Correct comment X-Git-Tag: 2.46.0~20^2^2~74^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88368651843b39cc65011595f9daa76204db2a18;p=graphviz Correct comment --- diff --git a/rtest/test_regression.py b/rtest/test_regression.py index 978ca1979..18be8691a 100644 --- a/rtest/test_regression.py +++ b/rtest/test_regression.py @@ -6,7 +6,7 @@ import os import re import tempfile -# The terminology used in rtest.sh is a little inconsistent. At the +# The terminology used in rtest.py is a little inconsistent. At the # end it reports the total number of tests, the number of "failures" # (crashes) and the number of "changes" (which is the number of tests # where the output file did not match the reference file). However,