diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/env.test | 1 |
1 files changed, 1 insertions, 0 deletions
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" "" "" |