tests/test-run-tests.t
changeset 12377 a5b77eb0409b
parent 12376 97ffc68f71d3
child 12406 66a07fb76ceb
--- a/tests/test-run-tests.t	Wed Sep 22 16:06:02 2010 -0500
+++ b/tests/test-run-tests.t	Wed Sep 22 18:20:47 2010 -0500
@@ -2,7 +2,7 @@
 
   $ echo foo
   foo
-  $ echo 'bar\nbaz' | cat
+  $ printf 'bar\nbaz\n' | cat
   bar
   baz
 
@@ -23,7 +23,7 @@
 
 Globs:
 
-  $ echo '* \\foobarbaz {10}'
+  $ printf '* \\foobarbaz {10}\n'
   \* \\fo?bar* {10} (glob)
 
 Literal match ending in " (re)":