tests/test-run-tests.t
branchstable
changeset 12940 518dd70d1a6e
parent 12406 66a07fb76ceb
child 15249 f30c0a7b8346
--- a/tests/test-run-tests.t	Sat Nov 06 00:31:44 2010 +0100
+++ b/tests/test-run-tests.t	Mon Nov 08 01:35:40 2010 +0100
@@ -2,6 +2,8 @@
 
   $ echo foo
   foo
+  $ printf 'oh no'
+  oh no (no-eol)
   $ printf 'bar\nbaz\n' | cat
   bar
   baz