busybox/shell/ash_test/ash-vars/var_bash_repl_empty_var.tests
Denys Vlasenko 043be55691 ash testsuite: add two hush tests from last commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-01-25 14:09:06 +01:00

4 lines
30 B
Plaintext
Executable File

v=''
echo ${v/*/w}
echo Ok:$?