summaryrefslogtreecommitdiff
path: root/unit-tests/export-env.exp
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2016-03-11 00:37:02 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2016-03-11 00:37:02 +0000
commitd58aa1959ce6eb99db9e15b1f59db03cfd79069b (patch)
tree3fccce67c0a1c2882f96019d55f172fb8c0976fd /unit-tests/export-env.exp
parent6c770d664f0700039a4eaf3d79f672ffb99204b6 (diff)
Import bmake-20160307vendor/NetBSD/bmake/20160307
Diffstat (limited to 'unit-tests/export-env.exp')
-rw-r--r--unit-tests/export-env.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/unit-tests/export-env.exp b/unit-tests/export-env.exp
index 6221232a2a1b..8a779e6aff0a 100644
--- a/unit-tests/export-env.exp
+++ b/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