commit 8fedfb3cc9c6c88a5105f3926595d3807da6922d from: Omar Polo via: Thomas Adam date: Sun Mar 05 23:39:18 2023 UTC regress/commit.sh: tweak editor.sh for test_commit_prepared_logmsg no need for sed (which doesn't change anything anyway), a no-op editor script is enough; the test ensures that the prepared log message is used. ok naddy@ stsp@ commit - e4db89dadcac32808683a0ec7955ba4a526940dd commit + 8fedfb3cc9c6c88a5105f3926595d3807da6922d blob - c8ab494cfea92b7310366f4291dd97e862663b4b blob + d9de0a7673f283f1652bc23996885ba9b0ee7a76 --- regress/cmdline/commit.sh +++ regress/cmdline/commit.sh @@ -1589,12 +1589,8 @@ test_commit_prepared_logmsg() { echo 'test commit_prepared_logmsg' > $testroot/logmsg - cat > $testroot/editor.sh < $testroot/editor.sh chmod +x $testroot/editor.sh (cd $testroot/wt && env VISUAL="$testroot/editor.sh" \