ash: expand: Do not quote backslashes in unquoted parameter expansion
[oweals/busybox.git] / shell / ash_test / ash-glob / glob_bkslash_in_var.right
1 Unquoted non-matching glob in var:'test*.TMP/\name_doesnt_exist'
2 Unquoted matching glob in var:    'testdir.TMP/name'
3 Quoted non-matching glob in var:  'test*.TMP/\name_doesnt_exist'
4 Quoted matching glob in var:      'test*.TMP/\name'