summary refs log tree commit diff
path: root/bin/cash/tests/parser/set-v1.0
blob: 4a17ca1e76f6e232775aeae17dfc2330ad45c90a (plain) (blame)
1
2
3
4
5
6
7
8
# $FreeBSD: releng/12.0/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