find:: get rid of nested function (it's a gcc-ism)
[oweals/busybox.git] / testsuite / echo / echo-prints-slash-zero
1 # FEATURE: CONFIG_FEATURE_FANCY_ECHO
2
3 test "`busybox echo -e -n 'msg\n\0' | od -t x1 | head -n 1`" = "0000000 6d 73 67 0a 00"