filter-branch: use --simplify-merges
[gitweb.git] / t / t7003-filter-branch.sh
index 4382baa27dae7c9ba9d51551dbfbb6efb74e91bd..233254f2b541b7c67d99aa738eb55f0a0a6d3131 100755 (executable)
@@ -101,7 +101,7 @@ test_expect_success 'filter subdirectory only' '
                refs/heads/sub refs/heads/sub-earlier
 '
 
-test_expect_failure 'subdirectory filter result looks okay' '
+test_expect_success 'subdirectory filter result looks okay' '
        test 2 = $(git rev-list sub | wc -l) &&
        git show sub:new &&
        test_must_fail git show sub:subdir &&