Commit Diff


commit - dd1da84ce9969ee259bfe16d87d3f3359778409b
commit + 13cfc96365853c01cc8457b33890eb86e2c2e019
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