Lines Matching refs:set
25 testcase 'set -- ${$+~}' '1|/tmp'
26 testcase 'set -- ${$+~/}' '1|/tmp/'
27 testcase 'set -- ${$+~/foo}' '1|/tmp/foo'
28 testcase 'set -- ${$+x~}' '1|x~'
29 testcase 'set -- ${$+~root}' "1|$roothome"
30 testcase 'set -- ${$+"~"}' '1|~'
31 testcase 'set -- ${$+"~/"}' '1|~/'
32 testcase 'set -- ${$+"~/foo"}' '1|~/foo'
33 testcase 'set -- ${$+"x~"}' '1|x~'
34 testcase 'set -- ${$+"~root"}' "1|~root"
35 testcase 'set -- "${$+~}"' '1|~'
36 testcase 'set -- "${$+~/}"' '1|~/'
37 testcase 'set -- "${$+~/foo}"' '1|~/foo'
38 testcase 'set -- "${$+x~}"' '1|x~'
39 testcase 'set -- "${$+~root}"' "1|~root"
40 testcase 'set -- ${HOME#~}' '0|'
42 testcase 'set -- "$h"' '1|/tmp'
44 testcase 'set -- "$f"' '1|/tmp/foo'
45 testcase 'set -- ${f#~}' '1|/foo'
46 testcase 'set -- ${f#~/}' '1|foo'
50 testcase 'set -- ${$+~}' '1|/tmp'
51 testcase 'set -- ${$+~/foo}' '1|/tmp/foo'
52 testcase 'set -- ${$+$h}' '2|/t|p'
53 testcase 'set -- ${HOME#~}' '0|'
57 testcase 'set -- ${$+$t}' '1|~'
62 testcase 'set -- $r' '0|'
67 testcase 'set -- $r' '1|/tmp'
72 testcase 'set -- $r' '0|'
77 testcase 'set -- $r' '0|'
82 testcase 'set -- $r' '1|/foo'
87 testcase 'set -- $r' '1|foo'