diff options
Diffstat (limited to 'testsuite/echo/echo-prints-slash-zero')
-rw-r--r-- | testsuite/echo/echo-prints-slash-zero | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/echo/echo-prints-slash-zero b/testsuite/echo/echo-prints-slash-zero index d246632..d97ed8e 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" |