diff options
-rwxr-xr-x | tests/test_cmdline_tool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline_tool.py b/tests/test_cmdline_tool.py index 517c7e9..2ccd301 100755 --- a/tests/test_cmdline_tool.py +++ b/tests/test_cmdline_tool.py @@ -35,7 +35,7 @@ def initialize_environment(): def init_expected_filename(testname, cmd): global expecteddir, expectedfilename testbinary_filename = os.path.split(cmd)[1] - # if you have guicgalpngtest, use the images for cgalpngtest + # guicgalpngtest uses the images from cgalpngtest if testbinary_filename.startswith("gui"): testbinary_filename = testbinary_filename[3:] expecteddir = os.path.join(options.regressiondir, testbinary_filename ) |