summaryrefslogtreecommitdiffstats
path: root/test/TEX/eps_graphics.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/eps_graphics.py')
-rw-r--r--test/TEX/eps_graphics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEX/eps_graphics.py b/test/TEX/eps_graphics.py
index 60abaf7..e0a8731 100644
--- a/test/TEX/eps_graphics.py
+++ b/test/TEX/eps_graphics.py
@@ -49,7 +49,7 @@ test.subdir(['docs'])
test.write(['SConstruct'], """\
import os
-env = Environment(ENV = { 'PATH' : os.environ['PATH'] })
+env = Environment()
test = env.DVI(source='docs/test.tex')
""")