From 5b57d28ffb6e1ef86b50f7d05d977826eae89bfe Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Fri, 1 Feb 2019 22:55:37 +0000 Subject: initial population --- usr.bin/make/unit-tests/export-env.exp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 usr.bin/make/unit-tests/export-env.exp (limited to 'usr.bin/make/unit-tests/export-env.exp') diff --git a/usr.bin/make/unit-tests/export-env.exp b/usr.bin/make/unit-tests/export-env.exp new file mode 100644 index 0000000..8a779e6 --- /dev/null +++ b/usr.bin/make/unit-tests/export-env.exp @@ -0,0 +1,11 @@ +make: +UT_TEST=export-env.mk +UT_ENV=not-exported +UT_EXP=not-exported +UT_LIT=literal export-env.mk +env: +UT_TEST=export-env.mk +UT_ENV=exported +UT_EXP=exported +UT_LIT=literal ${UT_TEST} +exit status 0 -- cgit v1.2.3-60-g2f50