This HFS+ issue should be easy to fix, but without an environment to test it, my motivation to spent my precious spare-time on that is pretty low.
Ryan, how much trouble do you really have when using wget outside the test suite ? (International) Files should be saved correct. It is just the test suite that re-reads the (decomposed) filenames from disk (using opendir/readdir) and compares them byte-by-byte with the precomposed strings. Of course that fails. IMO, normal wget operation does not do these kind of comparisons, so everything should be fine. Tim On Wednesday 18 May 2016 02:39:56 Ryan Schmidt wrote: > On May 16, 2016, at 12:37 PM, Eli Zaretskii wrote: > >> From: Ryan Schmidt <[email protected]> > >> Date: Thu, 12 May 2016 23:52:08 -0500 > >> Cc: Micah Cowan <[email protected]> > >> > >> Hello, just wanted to gently remind you that this bug in the wget test > >> suite running on OS X that I reported in 2009 with wget 1.12 still > >> exists today with wget 1.17.1.> > > Please try the latest Git master, some progress was made, although I'm > > not quite sure those changes are enough for the HPFS+ canonical > > decomposition of file names. But it could. > > Thanks Eli. I tried the latest commit from April 2016, > 42cc84b6b6cceeb146a668797ceaafe60743ce6d, and the IRI tests still failed: > > > $ port log | grep ^FAIL > FAIL: Test-ftp-iri.px > FAIL: Test-ftp-iri-fallback.px > FAIL: Test-ftp-iri-recursive.px > FAIL: Test-ftp-iri-disabled.px > FAIL: Test-iri.px > FAIL: Test-iri-percent.px > FAIL: Test-iri-disabled.px > FAIL: Test-iri-forced-remote.px > FAIL: Test-iri-list.px > FAIL: Test-ftp-iri.px > FAIL: Test-ftp-iri-fallback.px > FAIL: Test-ftp-iri-recursive.px > FAIL: Test-ftp-iri-disabled.px > FAIL: Test-iri.px > FAIL: Test-iri-percent.px > FAIL: Test-iri-disabled.px > FAIL: Test-iri-forced-remote.px > FAIL: Test-iri-list.px
