From b9348440b0491b479457b304754bca4840286f74 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 14 Feb 2011 15:42:18 +0100 Subject: 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 --- testsuite/echo/echo-prints-slash_0041 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testsuite/echo/echo-prints-slash_0041 (limited to 'testsuite/echo/echo-prints-slash_0041') diff --git a/testsuite/echo/echo-prints-slash_0041 b/testsuite/echo/echo-prints-slash_0041 new file mode 100644 index 0000000..b07429d --- /dev/null +++ b/testsuite/echo/echo-prints-slash_0041 @@ -0,0 +1,3 @@ +# FEATURE: CONFIG_FEATURE_FANCY_ECHO + +test "`busybox echo -ne '\0041z' | od -t x1 | head -n 1`" = "0000000 21 7a" -- cgit v1.1