Merge branch 'js/t5404-path-fix'

Test fix.

* js/t5404-path-fix:
  t5404: relax overzealous test
This commit is contained in:
Junio C Hamano 2018-04-25 13:29:00 +09:00
commit 3d5a179ec0

View file

@ -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