diff options
author | Denys Vlasenko | 2011-02-14 15:42:18 +0100 |
---|---|---|
committer | Denys Vlasenko | 2011-02-14 15:42:18 +0100 |
commit | b9348440b0491b479457b304754bca4840286f74 (patch) | |
tree | 636a1f233abbe51216a231d1d3eb37f7faabd1bd /testsuite/echo/echo-prints-slash_00041 | |
parent | 713e6d78e1cb567848805e8dd0c9c0cadbfa787a (diff) | |
download | busybox-b9348440b0491b479457b304754bca4840286f74.zip busybox-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-slash_00041')
-rw-r--r-- | testsuite/echo/echo-prints-slash_00041 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/echo/echo-prints-slash_00041 b/testsuite/echo/echo-prints-slash_00041 new file mode 100644 index 0000000..9cffabd --- /dev/null +++ b/testsuite/echo/echo-prints-slash_00041 @@ -0,0 +1,3 @@ +# FEATURE: CONFIG_FEATURE_FANCY_ECHO + +test "`busybox echo -ne '\00041z' | od -t x1 | head -n 1`" = "0000000 04 31 7a" |