]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/parser/set-v1.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / set-v1.0
CommitLineData
deb63bfb
A
1# $FreeBSD: head/bin/sh/tests/parser/set-v1.0 295937 2016-02-23 22:44:01Z jilles $
2
3${SH} <<\EOF
4echo one >&2
5set -v
6echo two >&2
7echo three >&2
8EOF