X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9603-cvsimport-patchsets.sh;h=52034c8f77abd2eb0079866331c49a2f5f34e20d;hb=831a8b843bc04bdac989514652149787b7f43da0;hp=958bdce4dd8891fa648ba2bf554b18cae91de712;hpb=8678bc09e3a553fdacfbf7f8493e400c399f8e7b;p=git.git diff --git a/t/t9603-cvsimport-patchsets.sh b/t/t9603-cvsimport-patchsets.sh index 958bdce4d..52034c8f7 100755 --- a/t/t9603-cvsimport-patchsets.sh +++ b/t/t9603-cvsimport-patchsets.sh @@ -14,18 +14,17 @@ test_description='git cvsimport testing for correct patchset estimation' . ./lib-cvs.sh -CVSROOT="$TEST_DIRECTORY"/t9603/cvsroot -export CVSROOT +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