dcavalca / rpms / systemd

Forked from rpms/systemd 3 months ago
Clone
8d419f
From e6dfbe67f94d60b889f3031ebb644ed262d7fe35 Mon Sep 17 00:00:00 2001
8d419f
From: Frantisek Sumsal <frantisek@sumsal.cz>
8d419f
Date: Sat, 16 Apr 2022 14:43:17 +0200
8d419f
Subject: [PATCH] test: install /usr/libexec/vi as well
8d419f
8d419f
since `/bin/vi` (at least on Fedora) is a shell wrapper which runs
8d419f
either `/bin/vim` or `/usr/libexec/vi` based on availability.
8d419f
8d419f
(cherry picked from commit 8afe2f53b25ca99bc5bd1ec0c5dff7e183712577)
8d419f
8d419f
Related: #2087652
8d419f
---
8d419f
 test/test-functions | 1 +
8d419f
 1 file changed, 1 insertion(+)
8d419f
8d419f
diff --git a/test/test-functions b/test/test-functions
8d419f
index 1306dcf260..9e171cba30 100644
8d419f
--- a/test/test-functions
8d419f
+++ b/test/test-functions
8d419f
@@ -225,6 +225,7 @@ DEBUGTOOLS=(
8d419f
     stty
8d419f
     tty
8d419f
     vi
8d419f
+    /usr/libexec/vi
8d419f
 )
8d419f
 
8d419f
 is_built_with_asan() {