1
0
Garpu 0
duplikat dari http://git.busybox.net/busybox/ synced 2025-01-18 23:45:10 +00:00
busybox/testsuite/echo/echo-prints-slash_41
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

3 baris
112 B
Text

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