Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

t/statuses.t fails (with older git versions?) #108

Open
eserte opened this issue Dec 22, 2018 · 0 comments
Open

t/statuses.t fails (with older git versions?) #108

eserte opened this issue Dec 22, 2018 · 0 comments

Comments

@eserte
Copy link

eserte commented Dec 22, 2018

On some of my smoker systems (e.g. CentOS 7):

# Testing git version: 1.8.3.1

#   Failed test 'Nothing is changed after rename-add'
#   at t/statuses.t line 130.
#          got: '1'
#     expected: '0'

#   Failed test 'To is bar after rename-add'
#   at t/statuses.t line 134.
#          got: ''
#     expected: 'bar'

#   Failed test 'From is foo after rename-add'
#   at t/statuses.t line 135.
#          got: 'bar'
#     expected: 'foo'

#   Failed test 'Mode is added after rename-add'
#   at t/statuses.t line 136.
#          got: 'added'
#     expected: 'renamed'

#   Failed test 'Git directory is clean after rename commit'
#   at t/statuses.t line 142.
#          got: '1'
#     expected: '0'

#   Failed test 'Nothing is changed after rename commit'
#   at t/statuses.t line 144.
#          got: '1'
#     expected: '0'
# Looks like you failed 6 tests of 55.
t/statuses.t ............. 
Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/55 subtests 

It seems it fails with older git (1.7.x, 1.8.x).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant