commit 0f665edb9f45db7923e99c942364d88420f4b3f4 from: Omar Polo date: Wed Mar 27 19:25:13 2024 UTC adjust expected output in the regress commit - 5565365ce71d431c522f98b121706b13c4bf2d22 commit + 0f665edb9f45db7923e99c942364d88420f4b3f4 blob - aa9556f2d9c1cf313a1ed01b11b9972e5e4b2441 blob + c70d0e175ef29d09f384222bdfcfd0951ef644c6 --- regress/gotd/email_notification.sh +++ regress/gotd/email_notification.sh @@ -508,8 +508,8 @@ test_tag_changed() { printf "from: $GOT_AUTHOR\n" >> $testroot/stdout.expected d=`date -u -r $tagger_time +"%a %b %e %X %Y UTC"` printf "date: $d\n" >> $testroot/stdout.expected - printf "messagelen: 8\n" >> $testroot/stdout.expected printf "object: commit $commit_id\n" >> $testroot/stdout.expected + printf "messagelen: 9\n" >> $testroot/stdout.expected printf " \n" >> $testroot/stdout.expected printf " new tag\n \n" >> $testroot/stdout.expected printf "\r\n" >> $testroot/stdout.expected