Actions
Bug #8539
closedSingle test fails on Mac OSx
Description
test/unit/host_test.rb:765 fails because it expects the GNU implementation of the String#crypt method. The Darwin implementation differs, thus failing this test for no good reason.
Added by Tom Caspy over 10 years ago
Actions
fixes #8539 - refactoring a test to work for both GNU libc and Darwin libc