xref: /freebsd/bin/sh/tests/builtins/echo1.0 (revision c5f49ece16a92380092191fad13cb1da72af5d37)
1
2# Not specified by POSIX.
3
4[ "`echo -n a b; echo c d; echo e f`" = "a bc d
5e f" ]
6