From 76301d2d35db6ece4747e1e5fe0887e1b890fd87 Mon Sep 17 00:00:00 2001 From: Claudio Alessi Date: Sun, 18 Jan 2026 00:25:01 +0100 Subject: [PATCH] Honor DVTM_EDITOR in testsuite.sh --- testsuite.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite.sh b/testsuite.sh index 2b5c5fe..142f053 100755 --- a/testsuite.sh +++ b/testsuite.sh @@ -47,8 +47,8 @@ test_copymode() { # requires wget, diff, vis return $RESULT } -if ! which vis > /dev/null 2>&1 ; then - echo "vis not found, skiping copymode test" +if ! which "$DVTM_EDITOR" > /dev/null 2>&1 ; then + echo "$DVTM_EDITOR not found, skiping copymode test" exit 0 fi