summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/export-env.exp
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/unit-tests/export-env.exp')
-rw-r--r--usr.bin/make/unit-tests/export-env.exp11
1 files changed, 11 insertions, 0 deletions
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