busybox/shell/ash_test/ash-glob/glob_bkslash_in_var.right

5 lines
235 B
Plaintext

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'