From 772f20abb0a3a0979c440114bf3a1cff5b3cef03 Mon Sep 17 00:00:00 2001 From: cvpcs Date: Wed, 2 Jun 2010 11:02:31 -0500 Subject: initial import of bash 4.1 --- tests/new-exp1.sub | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/new-exp1.sub (limited to 'tests/new-exp1.sub') diff --git a/tests/new-exp1.sub b/tests/new-exp1.sub new file mode 100644 index 0000000..c015c22 --- /dev/null +++ b/tests/new-exp1.sub @@ -0,0 +1,11 @@ +expect() +{ + echo expect "$@" +} + +expect this is a test of proc subst +cat <(echo this is a test of proc subst) +echo this is test 2 > /tmp/x +expect this is test 2 +cat <(cat /tmp/x) +rm -f /tmp/x -- cgit v1.1