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

# Not specified by POSIX.

[ "`echo -e 'a\cb' c; echo d`" = "ad" ]