We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ed224 commit fdc8accCopy full SHA for fdc8acc
t/t7003-filter-branch.sh
@@ -395,7 +395,7 @@ test_expect_success '--prune-empty is able to prune root commit' '
395
test_expect_success '--prune-empty is able to prune entire branch' '
396
git branch prune-entire B &&
397
git filter-branch -f --prune-empty --index-filter "git update-index --remove A.t B.t" prune-entire &&
398
- test_path_is_missing .git/refs/heads/prune-entire &&
+ test_must_fail git rev-parse refs/heads/prune-entire &&
399
test_must_fail git reflog exists refs/heads/prune-entire
400
'
401
0 commit comments