summaryrefslogtreecommitdiff
path: root/test/ENV.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-12 19:47:07 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-12 19:47:07 -0400
commit3cf98dc19752e824d861be734fc5bf74ab075388 (patch)
treeb2f2e550ecec8bd0be1557d29531d288abf99508 /test/ENV.py
parent5e26c82b3ad95dcec45e763bc1e7668ebe56c0fa (diff)
downloadscons-3cf98dc19752e824d861be734fc5bf74ab075388.tar.gz
switch to use must_match, mode=r, and get rid of rb/wb
Diffstat (limited to 'test/ENV.py')
-rw-r--r--test/ENV.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ENV.py b/test/ENV.py
index 326f8c54..59b1cdb2 100644
--- a/test/ENV.py
+++ b/test/ENV.py
@@ -59,9 +59,7 @@ test.write('input', "input file\n")
test.run(arguments = '.')
test.must_match('env1.out', "build.py env1\ninput file\n", mode='r')
-# test.fail_test(test.read('env1.out') != "build.py env1\ninput file\n")
test.must_match('env2.out', "build.py env2\ninput file\n", mode='r')
-# test.fail_test(test.read('env2.out') != "build.py env2\ninput file\n")
test.write('SConstruct', """