rra / wallet

Secure data management system
https://www.eyrie.org/~eagle/software/wallet/
Other
5 stars 6 forks source link

Ad keytabs #72

Closed whm closed 8 years ago

whm commented 8 years ago

I pulled the latest rra/master and merged it into ad-keytabs. I then merged ad-keytabs into my debian branch and attempted a build. The build failed t/verifier/external.t test with:

#   Failed test 'Success'
#   at t/verifier/external.t line 25.
#          got: undef
#     expected: '1'

#   Failed test 'Failure'
#   at t/verifier/external.t line 26.
#          got: undef
#     expected: '0'

#   Failed test 'No error set'
#   at t/verifier/external.t line 27.
#          got: 'Can't exec "t/data/acl-command": Permission denied'
#     expected: undef

#   Failed test ' and right error'
#   at t/verifier/external.t line 29.
#          got: 'Can't exec "t/data/acl-command": Permission denied'
#     expected: 'some error'
# Looks like you failed 4 tests of 9.
t/verifier/external.t ...... 
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/9 subtests 

This doesn't look like anything that ad-keytabs has introduced, so I decided to send the AD support I am using.

rra commented 8 years ago

For some reason, perl/t/data/acl-command is apparently not executable in your checkout. I'm not sure how that could happen; it is executable in the repository. Travis-CI is happy with all the tests on your branch.

whm commented 8 years ago

--On Saturday, January 16, 2016 01:44:28 PM -0800 Russ Allbery notifications@github.com wrote:

For some reason, perl/t/data/acl-command is apparently not executable in your checkout. I'm not sure how that could happen; it is executable in the repository. Travis-CI is happy with all the tests on your branch.

Not sure what is going on. When I look at my clone that file is executable.

Bill