summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/export-env.exp
blob: 8a779e6aff0adb6ab4f3342e3185b52b4f27bf3f (plain)
1
2
3
4
5
6
7
8
9
10
11
make:
UT_TEST=export-env.mk
UT_ENV=not-exported
UT_EXP=not-exported
UT_LIT=literal export-env.mk
env:
UT_TEST=export-env.mk
UT_ENV=exported
UT_EXP=exported
UT_LIT=literal ${UT_TEST}
exit status 0