Make fewer assumptions about the shell in echo.test.
This test fails with mksh, but we're not here to test mksh.
diff --git a/tests/echo.test b/tests/echo.test
index 5849964..90c87eb 100755
--- a/tests/echo.test
+++ b/tests/echo.test
@@ -20,8 +20,7 @@
testing "one -n" "$CMD one -n" "one -n\n" "" ""
testing "-en" "$CMD -en 'one\ntwo'" "one\ntwo" "" ""
testing "--hello" "$CMD --hello" "--hello\n" "" ""
-testing "-e all" "$CMD -e '\a\b\c\f\n\r\t\v\\\0123'" \
- "\a\b\c\f\n\r\t\v\\\0123\n" "" ""
+testing "-e all" "$CMD -e '\a\b\c\f\n\r\t\v\\\0123' | xxd -p" "0708\n" "" ""
testing "-nex hello" "$CMD -nex hello" "-nex hello\n" "" ""
# Octal formatting tests