aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-test2/noglob1.tests
blob: 963bacbd3b68b02e53260628a808e53273731b30 (plain)
1
2
3
v='*.tests'
[[ *.tests ]]; echo 1:YES:$?
[[ $v ]]; echo 2:YES:$?