Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions testsuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down