summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/mozprocess/tests/procnonewline.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozbase/mozprocess/tests/procnonewline.py')
-rw-r--r--testing/mozbase/mozprocess/tests/procnonewline.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/mozbase/mozprocess/tests/procnonewline.py b/testing/mozbase/mozprocess/tests/procnonewline.py
new file mode 100644
index 000000000..428a02bcb
--- /dev/null
+++ b/testing/mozbase/mozprocess/tests/procnonewline.py
@@ -0,0 +1,3 @@
+import sys
+print "this is a newline"
+sys.stdout.write("this has NO newline")