diff options
Diffstat (limited to 'shell/ash_test/ash-vars')
-rw-r--r-- | shell/ash_test/ash-vars/var_bash_repl_unterminated.right | 1 | ||||
-rwxr-xr-x | shell/ash_test/ash-vars/var_bash_repl_unterminated.tests | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/shell/ash_test/ash-vars/var_bash_repl_unterminated.right b/shell/ash_test/ash-vars/var_bash_repl_unterminated.right new file mode 100644 index 0000000..5bff3a6 --- /dev/null +++ b/shell/ash_test/ash-vars/var_bash_repl_unterminated.right @@ -0,0 +1 @@ +b/d diff --git a/shell/ash_test/ash-vars/var_bash_repl_unterminated.tests b/shell/ash_test/ash-vars/var_bash_repl_unterminated.tests new file mode 100755 index 0000000..c951334 --- /dev/null +++ b/shell/ash_test/ash-vars/var_bash_repl_unterminated.tests @@ -0,0 +1,2 @@ +a=b-c +echo ${a/-*}/d |