]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/new-exp1.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / new-exp1.sub
CommitLineData
d166f048
JA
1expect()
2{
3 echo expect "$@"
4}
5
6expect this is a test of proc subst
7cat <(echo this is a test of proc subst)
8echo this is test 2 > /tmp/x
9expect this is test 2
10cat <(cat /tmp/x)
11rm -f /tmp/x