diff options
Diffstat (limited to 'tests/type1.sub')
-rw-r--r-- | tests/type1.sub | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/type1.sub b/tests/type1.sub new file mode 100644 index 0000000..95f96ae --- /dev/null +++ b/tests/type1.sub @@ -0,0 +1,10 @@ +foo() +{ + echo $(<x1) +} + +type foo + +eval "$(declare -f foo | sed 's:foo:bar:')" + +type bar |