X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9603-cvsimport-patchsets.sh;h=52034c8f77abd2eb0079866331c49a2f5f34e20d;hb=25197ebe7f813407b028a2c304ff8ee58da40a16;hp=93c4fa885eeff16c57a58d8dc4fa7537cde54ea9;hpb=b815a726e9da97924b44d551b10d3fef3b3d1885;p=git.git diff --git a/t/t9603-cvsimport-patchsets.sh b/t/t9603-cvsimport-patchsets.sh index 93c4fa885..52034c8f7 100755 --- a/t/t9603-cvsimport-patchsets.sh +++ b/t/t9603-cvsimport-patchsets.sh @@ -19,12 +19,12 @@ setup_cvs_test_repository t9603 test_expect_failure 'import with criss cross times on revisions' ' git cvsimport -p"-x" -C module-git module && - cd module-git && + (cd module-git && git log --pretty=format:%s > ../actual-master && git log A~2..A --pretty="format:%s %ad" -- > ../actual-A && echo "" >> ../actual-master && - echo "" >> ../actual-A && - cd .. && + echo "" >> ../actual-A + ) && echo "Rev 4 Rev 3 Rev 2