freebsd-dev/contrib/bmake/unit-tests/export-env.exp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
196 B
Plaintext
Raw Normal View History

2015-04-20 03:45:54 +00:00
make:
UT_TEST=export-env.mk
UT_ENV=not-exported
UT_EXP=not-exported
2016-03-11 00:37:02 +00:00
UT_LIT=literal export-env.mk
2015-04-20 03:45:54 +00:00
env:
UT_TEST=export-env.mk
UT_ENV=exported
UT_EXP=exported
2016-03-11 00:37:02 +00:00
UT_LIT=literal ${UT_TEST}
2015-04-20 03:45:54 +00:00
exit status 0