SSL TAP tests and chmod

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: SSL TAP tests and chmod
Date: 2015-06-19 05:49:49
Message-ID: CAB7nPqSo+fVLMqGihq8EMxZx38f3-OSZim6Rb=pB5GN-0zbNRg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
20150619_ssl_tap_chmod_fix.patch application/x-patch 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2015-06-19 06:33:12 pg_regress not waiting for postmaster to stop
Previous Message Pavel Stehule 2015-06-19 04:57:09 Re: dblink: add polymorphic functions - review