diff options
Diffstat (limited to 'testing/mozbase/mozprocess/tests/scripts/procnonewline.py')
-rw-r--r-- | testing/mozbase/mozprocess/tests/scripts/procnonewline.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/mozbase/mozprocess/tests/scripts/procnonewline.py b/testing/mozbase/mozprocess/tests/scripts/procnonewline.py new file mode 100644 index 0000000000..341a94be0a --- /dev/null +++ b/testing/mozbase/mozprocess/tests/scripts/procnonewline.py @@ -0,0 +1,4 @@ +import sys + +print("this is a newline") +sys.stdout.write("this has NO newline") |