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