From 8afe2f53b25ca99bc5bd1ec0c5dff7e183712577 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Sat, 16 Apr 2022 14:43:17 +0200 Subject: [PATCH] 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. --- test/test-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-functions b/test/test-functions index 57b6017dc43..fde174913c3 100644 --- a/test/test-functions +++ b/test/test-functions @@ -226,6 +226,7 @@ DEBUGTOOLS=( stty tty vi + /usr/libexec/vi ) is_built_with_asan() {