diff options
Diffstat (limited to 'contrib/bmake/unit-tests/cond-undef-lint.exp')
-rwxr-xr-x | contrib/bmake/unit-tests/cond-undef-lint.exp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/bmake/unit-tests/cond-undef-lint.exp b/contrib/bmake/unit-tests/cond-undef-lint.exp index 2c4feb0376ff..6ffefa6a0243 100755 --- a/contrib/bmake/unit-tests/cond-undef-lint.exp +++ b/contrib/bmake/unit-tests/cond-undef-lint.exp @@ -1,7 +1,6 @@ -make: "cond-undef-lint.mk" line 23: Variable "UNDEF" is undefined -make: "cond-undef-lint.mk" line 38: Variable "UNDEF" is undefined -make: "cond-undef-lint.mk" line 38: Variable "VAR." is undefined -make: "cond-undef-lint.mk" line 49: Variable "VAR.defined" is undefined +make: cond-undef-lint.mk:24: Variable "UNDEF" is undefined +make: cond-undef-lint.mk:35: Variable "VAR." is undefined +make: cond-undef-lint.mk:45: Variable "VAR.defined" is undefined make: Fatal errors encountered -- cannot continue make: stopped in unit-tests exit status 1 |