# # # patch "tests/fail_cleanly_on_unreadable__MTN_options/__driver__.lua" # from [4b38d49257d21476063a03e3912fb2d92a0e9271] # to [de8fe32874713ff93379b036958cd9d27ea3c587] # ============================================================ --- tests/fail_cleanly_on_unreadable__MTN_options/__driver__.lua 4b38d49257d21476063a03e3912fb2d92a0e9271 +++ tests/fail_cleanly_on_unreadable__MTN_options/__driver__.lua de8fe32874713ff93379b036958cd9d27ea3c587 @@ -1,6 +1,6 @@ skip_if(ostype == "Windows") skip_if(ostype == "Windows") -skip_if(string.sub(ostype, 1, 6, "CYGWIN")) +skip_if(string.sub(ostype, 1, 6) == "CYGWIN") skip_if(not existsonpath("chmod")) mtn_setup()