summaryrefslogtreecommitdiff
path: root/test/Alias
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-02-28 08:50:09 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2017-02-28 08:50:09 -0800
commite45d0fdc4d3404b54b4aba5adece220e889b6035 (patch)
treea4ce316a841774d197bded57c5b092cda6ab1a26 /test/Alias
parenta1acf88754705a54d6a9d1eb11e2d94f2a3c6b25 (diff)
downloadscons-e45d0fdc4d3404b54b4aba5adece220e889b6035.tar.gz
py2/3 fix
Diffstat (limited to 'test/Alias')
-rw-r--r--test/Alias/scanner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Alias/scanner.py b/test/Alias/scanner.py
index fc785462..d20a729e 100644
--- a/test/Alias/scanner.py
+++ b/test/Alias/scanner.py
@@ -52,7 +52,7 @@ test.write('file.x', "file.x\n")
test.run()
-test.fail_test(test.read('file.c') != "file.x\n")
+test.fail_test(test.read('file.c') != b"file.x\n")
test.pass_test()