Files
busybox/testsuite/echo/echo-prints-slash-zero
T
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"