summaryrefslogtreecommitdiff
path: root/test/M4
diff options
context:
space:
mode:
authorWilliam Blevins <wblevins001@gmail.com>2016-09-24 04:29:36 -0400
committerWilliam Blevins <wblevins001@gmail.com>2016-09-24 04:29:36 -0400
commit0bb33189f751d06aa2fceea14d3b1a39f9bd8cea (patch)
treec6fa3299dd54d4764e6e3d4225b7d32d0bc17395 /test/M4
parent8a5bbc171413896cda7c3d401727858ecaa80bf7 (diff)
downloadscons-0bb33189f751d06aa2fceea14d3b1a39f9bd8cea.tar.gz
Updating tests to use fixture wrapper.py.
Diffstat (limited to 'test/M4')
-rw-r--r--test/M4/M4.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/M4/M4.py b/test/M4/M4.py
index d2b83659..4306558f 100644
--- a/test/M4/M4.py
+++ b/test/M4/M4.py
@@ -67,12 +67,7 @@ m4 = test.where_is('m4')
if m4:
- test.write("wrapper.py",
-"""import os
-import sys
-open('%s', 'wb').write(b"wrapper.py\\n")
-os.system(" ".join(sys.argv[1:]))
-""" % test.workpath('wrapper.out').replace('\\', '\\\\'))
+ test.file_fixture('wrapper.py')
test.write('SConstruct', """
foo = Environment(tools=['default', 'm4'],