aboutsummaryrefslogtreecommitdiff
path: root/tests/env.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/env.test')
-rwxr-xr-xtests/env.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/env.test b/tests/env.test
index 3098731d..4df118dd 100755
--- a/tests/env.test
+++ b/tests/env.test
@@ -19,3 +19,5 @@ unset WALRUS BANANA LETTERS FILTER
testcmd "early fail" '--oops 2> /dev/null ; echo $?' "125\n" "" ""
testcmd "why is this allowed" "=BLAH env | grep '^=BLAH\$'" "=BLAH\n" "" ""
+
+testcmd "replace" "A=foo PATH= `which printenv` A" "foo\n" "" ""