]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - contrib/bmake/unit-tests/moderrs.exp
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / contrib / bmake / unit-tests / moderrs.exp
1 Expect: Unknown modifier 'Z'
2 make: Unknown modifier 'Z'
3 VAR:Z=
4 Expect: Unknown modifier 'Z'
5 make: Unknown modifier 'Z'
6 VAR:Z=
7 Expect: Unclosed variable specification for VAR
8 make: Unclosed variable specification (expecting '}') for "VAR" (value "Thevariable") modifier S
9 VAR:S,V,v,=Thevariable
10 Expect: Unclosed variable specification for VAR
11 make: Unclosed variable specification after complex modifier (expecting '}') for VAR
12 VAR:S,V,v,=Thevariable
13 Expect: Unclosed substitution for VAR (, missing)
14 make: Unclosed substitution for VAR (, missing)
15 VAR:S,V,v=
16 exit status 0