tests: Remove superfluous comment.

The functions can remain defined because, nowadays, the test harness
runs each test in a subshell; but that's a well-known property of the
test harness so need not be mentioned explicitly.

Inspired by discussion on issue #443.
This commit is contained in:
Daniel Shahaf 2017-09-11 18:45:35 +00:00
parent 3d26cb8146
commit 5436d3e5fc
1 changed files with 0 additions and 3 deletions

View File

@ -39,6 +39,3 @@ expected_region_highlight=(
"1 2 function" # cd
"4 5 function" # ls
)
# don't 'unfunction cd ls', since cd() and ls() should still be a functions
# when _zsh_highlight runs. Leaving the wrapper functions is harmless.