commit 8e09a16893e9f1d76a82e99d79fbceaabb6f4bd0 from: Tracey Emery date: Thu Jun 17 14:26:45 2021 UTC fix hang in commit regress test. ok stsp commit - fdf3c2d3876d076bf098461a4d147227126588b4 commit + 8e09a16893e9f1d76a82e99d79fbceaabb6f4bd0 blob - 3956dc0289b56e9ce806eab6702d0522b243de79 blob + 833165f283719f7e31abc68547ab8bd9be6e8ba5 --- regress/cmdline/commit.sh +++ regress/cmdline/commit.sh @@ -1380,7 +1380,7 @@ sed -i 's/foo/bar/' "\$1" EOF chmod +x $testroot/editor.sh - (cd $testroot/wt && env EDITOR="$testroot/editor.sh" \ + (cd $testroot/wt && env VISUAL="$testroot/editor.sh" \ got commit -F "$testroot/logmsg" > $testroot/stdout) local head_rev=`git_show_head $testroot/repo`