commit 71a61c8ccc19248c397974fbd63b952d2665771c from: Stefan Sperling date: Sun Jan 29 10:10:04 2023 UTC use VISUAL instead of EDITOR in histedit_mesg_filemode_change VISUAL is preferred and relying on EDITOR may cause test failures in some environments. pointed out by op and jamsek commit - 9f31ca1f0edf2d4791f35577d55fc5775fff871b commit + 71a61c8ccc19248c397974fbd63b952d2665771c blob - 3bc64206fdfeff1e282073b8600b3dd9ee701773 blob + 25292e22c8c4a5b8c3fcc818735a1d79214c78e8 --- regress/cmdline/histedit.sh +++ regress/cmdline/histedit.sh @@ -2244,7 +2244,7 @@ EOF chmod +x $testroot/editor.sh - (cd $testroot/wt && env EDITOR="$testroot/editor.sh" \ + (cd $testroot/wt && env VISUAL="$testroot/editor.sh" \ got histedit -m > $testroot/stdout) local new_commit1=`git_show_head $testroot/repo`