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-non-opts | 1 + 1 file changed, 1 insertion(+) create mode 100644 testsuite/echo/echo-prints-non-opts (limited to 'testsuite/echo/echo-prints-non-opts') 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" -- cgit v1.2.3