summaryrefslogtreecommitdiffstats
path: root/test/GSFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/GSFLAGS.py')
-rw-r--r--test/GSFLAGS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/GSFLAGS.py b/test/GSFLAGS.py
index 114d5c9..14ce769 100644
--- a/test/GSFLAGS.py
+++ b/test/GSFLAGS.py
@@ -95,7 +95,7 @@ os.system(cmd)
import os
ENV = { 'PATH' : os.environ['PATH'] }
foo = Environment(ENV = ENV)
-foo.Append(GSFLAGS = ' -q')
+foo.Append(GSFLAGS = '-q')
foo.PDF(target = 'foo.pdf', source = 'foo.ps')
""")