[gs-cvs] rev 7572 - trunk/gs/toolbin/tests

giles at ghostscript.com giles at ghostscript.com
Sat Jan 6 00:01:06 PST 2007


Author: giles
Date: 2007-01-06 00:01:06 -0800 (Sat, 06 Jan 2007)
New Revision: 7572

Modified:
   trunk/gs/toolbin/tests/check_source.py
Log:
Correct a typo.


Modified: trunk/gs/toolbin/tests/check_source.py
===================================================================
--- trunk/gs/toolbin/tests/check_source.py	2007-01-06 07:46:31 UTC (rev 7571)
+++ trunk/gs/toolbin/tests/check_source.py	2007-01-06 08:01:06 UTC (rev 7572)
@@ -123,7 +123,7 @@
 
 gsSourceSets = [
     ('doc', ['*'], ['Changes.htm', 'gsdoc.el', 'FTL.txt']),
-    ('lib', ['eps', 'ps'], [jobseparator.ps]),
+    ('lib', ['eps', 'ps'], ['jobseparator.ps']),
     ('man', ['*'], []),
     ('src', ['c', 'cpp', 'h', 'mak'], []),
     ('toolbin', ['*'], ['pre.chk'])



More information about the gs-cvs mailing list