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