diff options
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 368dc3156dbbf..b6fad78d21bc1 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 |