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