summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/export-env.exp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/unit-tests/export-env.exp')
-rw-r--r--devel/bmake/files/unit-tests/export-env.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/bmake/files/unit-tests/export-env.exp b/devel/bmake/files/unit-tests/export-env.exp
index 6221232a2a1..8a779e6aff0 100644
--- a/devel/bmake/files/unit-tests/export-env.exp
+++ b/devel/bmake/files/unit-tests/export-env.exp
@@ -2,8 +2,10 @@ 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