Commit Diff
- Commit:
afe4b8089ddc1958d7cac842c90a5651dbfab4b1
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
- Message:
- 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
- Actions:
- Patch | Tree
--- 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`