aboutsummaryrefslogtreecommitdiff
path: root/testsuite/echo/echo-prints-non-opts
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-02-14 15:42:18 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-02-14 15:42:18 +0100
commitb9348440b0491b479457b304754bca4840286f74 (patch)
tree636a1f233abbe51216a231d1d3eb37f7faabd1bd /testsuite/echo/echo-prints-non-opts
parent713e6d78e1cb567848805e8dd0c9c0cadbfa787a (diff)
downloadbusybox-b9348440b0491b479457b304754bca4840286f74.tar.gz
echo: fix ENOSPC detection and some iffy code in \NNN handling
function old new delta echo_main 330 302 -28 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/echo/echo-prints-non-opts')
-rw-r--r--testsuite/echo/echo-prints-non-opts1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/echo/echo-prints-non-opts b/testsuite/echo/echo-prints-non-opts
new file mode 100644
index 000000000..c7d1e201a
--- /dev/null
+++ b/testsuite/echo/echo-prints-non-opts
@@ -0,0 +1 @@
+test "`busybox echo -neEZ | od -t x1 | head -n 1`" = "0000000 2d 6e 65 45 5a 0a"