tests: Fix another instance of issue from the last commit.

This commit is contained in:
Daniel Shahaf 2020-01-24 01:22:03 +00:00
parent 9d380805d7
commit 4546756500

View file

@ -29,7 +29,7 @@
# -------------------------------------------------------------------------------------------------
# See also alias-precommand-option-argument3.zsh
local -a sudo_u=(sudo -u)
local -a sudo_u; sudo_u=(sudo -u)
sudo(){}
BUFFER='$sudo_u phy1729 ls foo'