summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/mozprocess/tests/scripts/procnonewline.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozbase/mozprocess/tests/scripts/procnonewline.py')
-rw-r--r--testing/mozbase/mozprocess/tests/scripts/procnonewline.py6
1 files changed, 6 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..170cc1b19d
--- /dev/null
+++ b/testing/mozbase/mozprocess/tests/scripts/procnonewline.py
@@ -0,0 +1,6 @@
+from __future__ import absolute_import, print_function
+
+import sys
+
+print("this is a newline")
+sys.stdout.write("this has NO newline")