Code

git-svn: fix some mistakes with interpreting SVN mergeinfo commit ranges
[git.git] / t / t9151-svn-mergeinfo.sh
index dc3478fbbc8cc52bb2877806164e75559aff9824..f6e00ea30bab3e65c3a1a2c8565216e848229efb 100755 (executable)
@@ -33,7 +33,7 @@ test_expect_success 'svn non-merge merge commits did not become git merge commit
        [ -z "$bad_non_merges" ]
        '
 
-test_expect_failure 'everything got merged in the end' '
+test_expect_success 'everything got merged in the end' '
        unmerged=$(git rev-list --all --not master)
        [ -z "$unmerged" ]
        '