3 test_description
='remote push rejects are reported by client'
5 TEST_PASSES_SANITIZE_LEAK
=true
8 test_expect_success
'setup' '
9 test_hook update <<-\EOF &&
21 test_expect_success
'push reports error' 'test_must_fail git push 2>stderr'
23 test_expect_success
'individual ref reports error' 'grep rejected stderr'