aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test1.in
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-10-17 02:59:43 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-10-17 02:59:43 -0700
commit57de1388e8e8cce94331d000b2083425dde45bc2 (patch)
tree4e769b701fffb0f886b7332f40fa731b1c208bee /tests/test1.in
parent7ee0ce745e7ed4b7672decc8bd18d2057cd47d82 (diff)
Make the \c special character in echo suppress the newline too
Diffstat (limited to 'tests/test1.in')
-rw-r--r--tests/test1.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test1.in b/tests/test1.in
index a3ac131e..4dd01db1 100644
--- a/tests/test1.in
+++ b/tests/test1.in
@@ -83,7 +83,8 @@ echo -e 'abc\41def'
echo -e 'abc\041def'
echo -e 'abc\121def'
echo -e 'abc\1212def'
-echo -e 'abc\cdef'
+echo -e 'abc\cdef' # won't output a newline!
+echo ''
echo -e Catch your breath