From 24c329275a1620accf3121cdc9c53daf9bd606bd Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Thu, 14 Apr 2005 04:41:25 +0000 Subject: Belated commit of 21064: test case for 21049 --- Test/D03procsubst.ztst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Test') diff --git a/Test/D03procsubst.ztst b/Test/D03procsubst.ztst index 633235eb5..e176d8934 100644 --- a/Test/D03procsubst.ztst +++ b/Test/D03procsubst.ztst @@ -12,6 +12,8 @@ true fi + function copycat { cat "$@" } + %test paste <(cut -f1 FILE1) <(cut -f3 FILE2) 0:<(...) substitution @@ -29,3 +31,8 @@ >< First Second Third Fourth >--- >> Erste Zweite Dritte Vierte + + copycat <(print First) <(print Zweite) +0:FDs remain open for external commands called from functions +>First +>Zweite -- cgit 1.4.1