Code

merge, pull: add '--(no-)log' command line option
[git.git] / t / t7003-filter-branch.sh
index 53b5ce605e424172fc3fb40624d8abcabf67b631..efd658adb6d6327863f430b10ab65aa3f112f996 100755 (executable)
@@ -53,7 +53,7 @@ test_expect_success 'rewrite, renaming a specific directory' '
        git-filter-branch -f --tree-filter "mv dir diroh || :" HEAD
 '
 
-test_expect_failure 'test that the directory was renamed' '
+test_expect_success 'test that the directory was renamed' '
        test dir/d = "$(git show HEAD:diroh/d --)" &&
        ! test -d dir &&
        test -d diroh &&