summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parser/set-v1.0
blob: c5ed944081d3459a2961b32e2cef37311b3bf59f (plain) (blame)
1
2
3
4
5
6
7
8
# $FreeBSD: head/bin/sh/tests/parser/set-v1.0 295937 2016-02-23 22:44:01Z jilles $

${SH} <<\EOF
echo one >&2
set -v
echo two >&2
echo three >&2
EOF