xref: /freebsd/bin/sh/tests/builtins/echo1.0 (revision be996c05224c3d82f26f94315c760776c3f2896c)
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