commit afe4b8089ddc1958d7cac842c90a5651dbfab4b1 from: Stefan Sperling via: Thomas Adam date: Sun Jan 29 12:22:48 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 - b5b4dc30da5b0d78463ce7a7488ea9b5dfc8a1be commit + afe4b8089ddc1958d7cac842c90a5651dbfab4b1 blob - b56aef00b5ef212711a9fac73fe979cc88236553 blob + 0df4c2aa44205dec456271bfe781335ed70669e9 --- regress/cmdline/histedit.sh +++ regress/cmdline/histedit.sh @@ -2252,7 +2252,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`