]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/echo1.0
shell_cmds-216.40.4.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / echo1.0
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
6 e f" ]