From: Frantisek Sumsal Date: Sat, 16 Apr 2022 12:43:17 +0000 (+0200) Subject: test: install /usr/libexec/vi as well X-Git-Tag: v252-rc1~737^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8afe2f53b25ca99bc5bd1ec0c5dff7e183712577;p=thirdparty%2Fsystemd.git 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. --- 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() {