commit c97a1399a088da22062dc1ab1c4e3b9bfe626d93 from: Omar Polo via: Thomas Adam date: Sat Mar 30 17:21:23 2024 UTC adjust expected output in the regress commit - 94a3f4e9292a2c4019c2e68c242efa31f3e1fe4f commit + c97a1399a088da22062dc1ab1c4e3b9bfe626d93 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