aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-glob/glob_bkslash_in_var.right
blob: f1484b9e413c859e834682332dd63a8be9047ec6 (plain)
1
2
3
4
Unquoted non-matching glob in var:'test*.TMP/\name_doesnt_exist'
Unquoted matching glob in var:    'testdir.TMP/name'
Quoted non-matching glob in var:  'test*.TMP/\name_doesnt_exist'
Quoted matching glob in var:      'test*.TMP/\name'