summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/export-env.exp
blob: 6221232a2a1bed9af1142514841395e2c904fca1 (plain)
1
2
3
4
5
6
7
8
9
make:
UT_TEST=export-env.mk
UT_ENV=not-exported
UT_EXP=not-exported
env:
UT_TEST=export-env.mk
UT_ENV=exported
UT_EXP=exported
exit status 0