diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 03:53:57 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 03:53:57 +0200 |
commit | bfa1b2e8e8aaddcf849011a12cb2ac634b27f339 (patch) | |
tree | 4a5fbaef1371fb8b2ca504e753fa2a31d25234d4 /testsuite/echo | |
parent | 6334390aef2eb52cc827a6d18f942b2b8a04ef59 (diff) |
randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/echo')
-rw-r--r-- | testsuite/echo/echo-does-not-print-newline | 2 | ||||
-rw-r--r-- | testsuite/echo/echo-prints-slash-zero | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/echo/echo-does-not-print-newline b/testsuite/echo/echo-does-not-print-newline index 2ed03caf5..2857c0d13 100644 --- a/testsuite/echo/echo-does-not-print-newline +++ b/testsuite/echo/echo-does-not-print-newline @@ -1 +1,3 @@ +# FEATURE: CONFIG_FEATURE_FANCY_ECHO + test `busybox echo -n word | wc -c` -eq 4 diff --git a/testsuite/echo/echo-prints-slash-zero b/testsuite/echo/echo-prints-slash-zero index d2466326f..d97ed8e66 100644 --- a/testsuite/echo/echo-prints-slash-zero +++ b/testsuite/echo/echo-prints-slash-zero @@ -1 +1,3 @@ +# FEATURE: CONFIG_FEATURE_FANCY_ECHO + test "`busybox echo -e -n 'msg\n\0' | od -t x1 | head -n 1`" = "0000000 6d 73 67 0a 00" |