X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=t%2Ft7003-filter-branch.sh;h=efd658adb6d6327863f430b10ab65aa3f112f996;hb=efb779f8873e5aa36be29a4e551186c62c1b580c;hp=53b5ce605e424172fc3fb40624d8abcabf67b631;hpb=90356287e65181caeaa821d7476b8865d26bc588;p=git.git diff --git a/t/t7003-filter-branch.sh b/t/t7003-filter-branch.sh index 53b5ce605..efd658adb 100755 --- a/t/t7003-filter-branch.sh +++ b/t/t7003-filter-branch.sh @@ -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 &&