Files
netbsd/usr.bin/make/unit-tests/export-env.exp
2015-10-15 10:25:28 +02: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