Browse Source

Merge branch 'js/t5404-path-fix'

Test fix.

* js/t5404-path-fix:
  t5404: relax overzealous test
maint
Junio C Hamano 7 years ago
parent
commit
3d5a179ec0
  1. 2
      t/t5404-tracking-branches.sh

2
t/t5404-tracking-branches.sh

@ -56,7 +56,7 @@ test_expect_success 'deleted branches have their tracking branches removed' ' @@ -56,7 +56,7 @@ test_expect_success 'deleted branches have their tracking branches removed' '
test_expect_success 'already deleted tracking branches ignored' '
git branch -d -r origin/b3 &&
git push origin :b3 >output 2>&1 &&
! grep error output
! grep "^error: " output
'

test_done

Loading…
Cancel
Save