c015c223988cc351b64e7c8076da1d8c69764902
[platform/upstream/bash.git] / tests / new-exp.sub1
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