hush/testsuite/echo/echo-prints-slash-zero
Denys Vlasenko bfa1b2e8e8 randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-05-11 03:53:57 +02:00

4 lines
126 B
Plaintext

# 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"