mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
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:
@@ -226,6 +226,7 @@ DEBUGTOOLS=(
|
||||
stty
|
||||
tty
|
||||
vi
|
||||
/usr/libexec/vi
|
||||
)
|
||||
|
||||
is_built_with_asan() {
|
||||
|
||||
Reference in New Issue
Block a user