]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/builtins/echo1.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / echo1.0
CommitLineData
deb63bfb
A
1# $FreeBSD: head/bin/sh/tests/builtins/echo1.0 305305 2016-09-02 21:13:46Z jilles $
2
3# Not specified by POSIX.
4
5[ "`echo -n a b; echo c d; echo e f`" = "a bc d
6e f" ]