test: 30-substitution-word.

This commit is contained in:
Jan Nieuwenhuizen 2018-12-01 08:19:28 +01:00
parent d2d799a2f9
commit 932339a5eb
3 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,7 @@ tests='
20-exec
30-substitution
30-substitution-word
30-substitution-backtick
30-substitution-assignment
30-for-substitution

View File

@ -0,0 +1,2 @@
echo foo $(echo bar)/baz

View File

@ -0,0 +1 @@
foo bar/baz