Lapo Luchini wrote:
> 204 empty_environment                             FAIL (line 40)

Fixed; requirements have changed and so do which libraries need to be
copied.
Will also need a similar fix under MingW.

> 465 skip_invalid_paths                            FAIL (line 8)

Fixed. CYGWIN should be skipped together with Windows in this regard.

> 468 ssh_agent                                     FAIL (line 65)

Not sure about this: CYGWIN ought to support "chmod".
The test might be broken in a more general way though, or is it correct
it says "3" and "4" in different lines?

63: mkdir("unwritable")
64: check({"chmod", "555", "unwritable"}, 0, false, false)
65: check(mtn("ssh_agent_export", "unwritable/id_monotone4"), 1, false,
false)
66: check(not exists("unwritable/id_monotone3"))
67: check(not exists("id_monotone3"))

Those two fixed committed in ba170b8cce93ae3cf81c06c1f0424d33a115e0dc;
about the other failing tests, I have to check further.

-- 
Lapo Luchini - http://lapo.it/

“X-rays will prove to be a hoax.” (Lord Kelvin, 1883)

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to