aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-test2/noglob1.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-test2/noglob1.tests')
-rwxr-xr-xshell/hush_test/hush-test2/noglob1.tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/hush_test/hush-test2/noglob1.tests b/shell/hush_test/hush-test2/noglob1.tests
new file mode 100755
index 000000000..963bacbd3
--- /dev/null
+++ b/shell/hush_test/hush-test2/noglob1.tests
@@ -0,0 +1,3 @@
+v='*.tests'
+[[ *.tests ]]; echo 1:YES:$?
+[[ $v ]]; echo 2:YES:$?