summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()