From 71c3f623c6011c923788f0770ad40fe2756893a7 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 20 Apr 2019 02:51:51 -0500 Subject: New xsetenv() plumbing (repeatedly set same environment variables without leaking memory), and mod env command to test it. --- tests/env.test | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/env.test') diff --git a/tests/env.test b/tests/env.test index 286fb36c..3098731d 100755 --- a/tests/env.test +++ b/tests/env.test @@ -18,3 +18,4 @@ testcmd "-0" "-i five=six seven=eight env -0 | sort -z" "five=six\0seven=eight\0 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" "" "" -- cgit v1.2.3