diff options
Diffstat (limited to 'test/TEX/eps_graphics2.py')
-rw-r--r-- | test/TEX/eps_graphics2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEX/eps_graphics2.py b/test/TEX/eps_graphics2.py index 241fa06..e523df7 100644 --- a/test/TEX/eps_graphics2.py +++ b/test/TEX/eps_graphics2.py @@ -50,7 +50,7 @@ test.subdir(['docs']) test.write(['SConstruct'], """\ import os -env = Environment(ENV = { 'PATH' : os.environ['PATH'] }) +env = Environment() env.PDF('docs/Fig1.eps') test = env.PDF(source='docs/test.tex') |