summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/export-env.exp
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-05-24 05:35:51 +0000
committernia <nia@pkgsrc.org>2020-05-24 05:35:51 +0000
commit8c218dc01b376e7a560d2b7fcbacca532b75fe4b (patch)
tree934e95ccea73f17c420a7617a820bc6a2596e583 /devel/bmake/files/unit-tests/export-env.exp
parent41f4d684ea949e703f7e4cdb02fffeb278231228 (diff)
downloadpkgsrc-BMAKE.tar.gz
Import bmake-BMAKE
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