diff options
Diffstat (limited to 'testsuite/echo/echo-prints-slash_00041')
-rw-r--r-- | testsuite/echo/echo-prints-slash_00041 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/echo/echo-prints-slash_00041 b/testsuite/echo/echo-prints-slash_00041 new file mode 100644 index 0000000..9cffabd --- /dev/null +++ b/testsuite/echo/echo-prints-slash_00041 @@ -0,0 +1,3 @@ +# FEATURE: CONFIG_FEATURE_FANCY_ECHO + +test "`busybox echo -ne '\00041z' | od -t x1 | head -n 1`" = "0000000 04 31 7a" |