Commit Diff
--- 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`