diff options
Diffstat (limited to 'testsuite/driver/testlib.py')
-rw-r--r-- | testsuite/driver/testlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py index c09d02aab2..132c10ac85 100644 --- a/testsuite/driver/testlib.py +++ b/testsuite/driver/testlib.py @@ -1566,7 +1566,7 @@ def check_hp_ok(name): if (gsResult == 0): return (True) else: - print("hp2ps output for " + name + "is not valid PostScript") + print("hp2ps output for " + name + " is not valid PostScript") else: return (True) # assume postscript is valid without ghostscript else: print("hp2ps did not generate PostScript for " + name) |