aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/export-env.exp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/unit-tests/export-env.exp')
-rw-r--r--contrib/bmake/unit-tests/export-env.exp9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/bmake/unit-tests/export-env.exp b/contrib/bmake/unit-tests/export-env.exp
new file mode 100644
index 000000000000..6221232a2a1b
--- /dev/null
+++ b/contrib/bmake/unit-tests/export-env.exp
@@ -0,0 +1,9 @@
+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