commit e339aba5a8f332c98d0fa01f1d9a5096e89c6045 from: Stefan Sperling date: Thu Jun 12 09:40:59 2025 UTC remove an obvious comment; expected output already shows "+0000" i.e. UTC commit - 74735c56c8d10b7e8062f5f5e5b7b15f7fc58558 commit + e339aba5a8f332c98d0fa01f1d9a5096e89c6045 blob - 98d40ea3754215fd3024137b6c6a860b8d17eca8 blob + 9f0583702fec7fd21cec01b31fcca93fd9841ce5 --- regress/cmdline/rebase.sh +++ regress/cmdline/rebase.sh @@ -1050,7 +1050,6 @@ test_rebase_preserves_author_data() { (cd $testroot/wt && got cat $new_commit1 $new_commit2 | \ grep '^author ' > $testroot/author_data) - # note: got deliberately clobbers the timezone to UTC, so expect that ed -s $testroot/author_data.expected <<-EOF ,s/ [+-][0-9]\{4\}\$/ +0000/ w