SSL TAP tests and chmod - Mailing list pgsql-hackers

From Michael Paquier
Subject SSL TAP tests and chmod
Date
Msg-id CAB7nPqSo+fVLMqGihq8EMxZx38f3-OSZim6Rb=pB5GN-0zbNRg@mail.gmail.com
Whole thread Raw
Responses Re: SSL TAP tests and chmod  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Hi all,

The TAP tests in src/test/ssl are using system() in combination with
chmod, but perl has a command chmod integrated into it, and it would
work better on Windows as well.
The attached patch is aimed at fixing that.

Regards,
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: dblink: add polymorphic functions - review
Next
From: Michael Paquier
Date:
Subject: pg_regress not waiting for postmaster to stop