Files
pkgsrc-ng/devel/bmake/files/unit-tests/export-env.exp
2016-01-21 23:41:46 +01:00

10 lines
141 B
Plaintext

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