diff options
Diffstat (limited to 'testsuite/echo/echo-prints-slash-zero')
-rw-r--r-- | testsuite/echo/echo-prints-slash-zero | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/echo/echo-prints-slash-zero b/testsuite/echo/echo-prints-slash-zero new file mode 100644 index 0000000..d246632 --- /dev/null +++ b/testsuite/echo/echo-prints-slash-zero @@ -0,0 +1 @@ +test "`busybox echo -e -n 'msg\n\0' | od -t x1 | head -n 1`" = "0000000 6d 73 67 0a 00" |