summaryrefslogtreecommitdiff
path: root/unit-tests/export-env.exp
diff options
context:
space:
mode:
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