summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/parser/set-v1.0
blob: 65106bc70b93ab7e1b7caf27ce8053a1c8b64827 (plain)
1
2
3
4
5
6
7

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