test: install /usr/libexec/vi as well

since `/bin/vi` (at least on Fedora) is a shell wrapper which runs
either `/bin/vim` or `/usr/libexec/vi` based on availability.
This commit is contained in:
Frantisek Sumsal 2022-04-16 14:43:17 +02:00
parent 3daf1f913c
commit 8afe2f53b2

View file

@ -226,6 +226,7 @@ DEBUGTOOLS=(
stty
tty
vi
/usr/libexec/vi
)
is_built_with_asan() {