From 9b86fdf813d6b2e7218084657db8bc4dcf787fb5 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Sun, 28 May 2017 15:23:56 -0700 Subject: PY2/3 change expected string from bytestream to normal string since we changed the return values from popen in testcmd --- test/Progress/TARGET.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/Progress/TARGET.py b/test/Progress/TARGET.py index b2693e7..bbe2538 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() -- cgit v0.12