summaryrefslogtreecommitdiff
path: root/test/TEX/dryrun.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/dryrun.py')
-rw-r--r--test/TEX/dryrun.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/TEX/dryrun.py b/test/TEX/dryrun.py
index 37644266..308e1678 100644
--- a/test/TEX/dryrun.py
+++ b/test/TEX/dryrun.py
@@ -43,8 +43,7 @@ if not latex:
test.write('SConstruct', """
import os
-ENV = { 'PATH' : os.environ['PATH'] }
-foo = Environment(ENV = ENV)
+foo = Environment()
foo.DVI(target = 'foo.dvi', source = 'foo.ltx')
""" % locals())