]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/bmake/unit-tests/export-env.exp
Merge bmake-20151201
[FreeBSD/stable/10.git] / contrib / bmake / unit-tests / export-env.exp
1 make:
2 UT_TEST=export-env.mk
3 UT_ENV=not-exported
4 UT_EXP=not-exported
5 env:
6 UT_TEST=export-env.mk
7 UT_ENV=exported
8 UT_EXP=exported
9 exit status 0