hush/testsuite/echo/echo-prints-slash_0041
Denys Vlasenko b9348440b0 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>
2011-02-14 15:42:18 +01:00

4 lines
114 B
Plaintext

# FEATURE: CONFIG_FEATURE_FANCY_ECHO
test "`busybox echo -ne '\0041z' | od -t x1 | head -n 1`" = "0000000 21 7a"