3 test_description
='remote push rejects are reported by client'
7 test_expect_success
'setup' '
8 write_script .git/hooks/update <<-\EOF &&
20 test_expect_success
'push reports error' 'test_must_fail git push 2>stderr'
22 test_expect_success
'individual ref reports error' 'grep rejected stderr'