X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9140-git-svn-reset.sh;h=e8559046296ce5570ec46b2b3a9280f0a493bbc4;hb=0c61c6de3497900616b66a65dc41b27544131ed5;hp=0735526d4ba4f2b692e000bcd4116be91d650355;hpb=801bad3ba4eb5014d402201c85c61a969436adf0;p=git.git diff --git a/t/t9140-git-svn-reset.sh b/t/t9140-git-svn-reset.sh index 0735526d4..e85590462 100755 --- a/t/t9140-git-svn-reset.sh +++ b/t/t9140-git-svn-reset.sh @@ -41,7 +41,7 @@ test_expect_success 'modify hidden file in SVN repo' ' test_expect_success 'fetch fails on modified hidden file' ' ( cd g && git svn find-rev refs/remotes/git-svn > ../expect && - ! git svn fetch 2> ../errors && + test_must_fail git svn fetch 2> ../errors && git svn find-rev refs/remotes/git-svn > ../expect2 ) && fgrep "not found in commit" errors && test_cmp expect expect2