diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-04-01 21:12:55 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-04-01 21:12:55 +0000 |
| commit | 3784f43e18c800101799ccd6fdcf75aa856c66fa (patch) | |
| tree | bd0851307cb763adb7f671780db3884282c680ce /unit-tests/test.exp | |
| parent | 70bd6b310d1f226fcbc7a14b3550c55d9223648d (diff) | |
Import bmake-20130330vendor/NetBSD/bmake/20130330
Notes
svn path=/vendor/NetBSD/bmake/dist/; revision=248989
svn path=/vendor/NetBSD/bmake/20130330/; revision=248990; tag=vendor/NetBSD/bmake/20130330
Diffstat (limited to 'unit-tests/test.exp')
| -rw-r--r-- | unit-tests/test.exp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unit-tests/test.exp b/unit-tests/test.exp index 368dc3156dbb..b6fad78d21bc 100644 --- a/unit-tests/test.exp +++ b/unit-tests/test.exp @@ -43,6 +43,14 @@ UT_OK=good UT_OKDIR=unit-tests UT_TEST=export-all UT_ZOO=hoopie +make: +UT_TEST=export-env +UT_ENV=not-exported +UT_EXP=not-exported +env: +UT_TEST=export-env +UT_ENV=exported +UT_EXP=exported At first, I am happy and now: sad |
