]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/new-exp1.sub
Imported from ../bash-2.01.1.tar.gz.
[thirdparty/bash.git] / tests / new-exp1.sub
1 expect()
2 {
3 echo expect "$@"
4 }
5
6 expect this is a test of proc subst
7 cat <(echo this is a test of proc subst)
8 echo this is test 2 > /tmp/x
9 expect this is test 2
10 cat <(cat /tmp/x)
11 rm -f /tmp/x