summaryrefslogtreecommitdiff
path: root/test/Progress
diff options
context:
space:
mode:
authorJane Doe <jdoe@example.com>2017-05-28 15:23:56 -0700
committerJane Doe <jdoe@example.com>2017-05-28 15:23:56 -0700
commit0d174a9781286e2bc1bd13962c107b622bfeb5ae (patch)
tree4656942e90f51b3950b156b784994d2fb0682036 /test/Progress
parent874188e188992834737935a4be97dbb98c093433 (diff)
downloadscons-0d174a9781286e2bc1bd13962c107b622bfeb5ae.tar.gz
PY2/3 change expected string from bytestream to normal string since we changed the return values from popen in testcmd
Diffstat (limited to 'test/Progress')
-rw-r--r--test/Progress/TARGET.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Progress/TARGET.py b/test/Progress/TARGET.py
index b2693e71..bbe25386 100644
--- a/test/Progress/TARGET.py
+++ b/test/Progress/TARGET.py
@@ -57,11 +57,6 @@ S1.in\r \rS1.out\rCopy("S1.out", "S1.in")
\rS4.in\r \rS4.out\rCopy("S4.out", "S4.in")
\rSConstruct\r \r.\r"""
-if os.linesep != '\n':
- expect = expect.replace('\n', os.linesep)
-
-expect = bytearray(expect, 'utf-8')
-
test.run(arguments = '-Q .', stdout=expect)
test.pass_test()