commit 57993930913522d8e81509ef26d8e0a26d571815 from: Omar Polo date: Sun Mar 05 17:48:49 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 - 99a97f809268a7ae2d24198c3c71fea8c884e6d2 commit + 57993930913522d8e81509ef26d8e0a26d571815 blob - 53011f6f6351ec5e36a888fac308c8d4f0f0002e blob + b57e9531206c81f063628b12b4a2b476cc3e6135 --- regress/cmdline/commit.sh +++ regress/cmdline/commit.sh @@ -1589,10 +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" \