aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/echo1.0
blob: 34d75a6f5399d798ede254cadb349f7d8e79bd0b (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/builtins/echo1.0 305305 2016-09-02 21:13:46Z jilles $

# Not specified by POSIX.

[ "`echo -n a b; echo c d; echo e f`" = "a bc d
e f" ]