[COMMITTERS] pgsql: In SSL tests, don't scribble on permissions of a repo file. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: In SSL tests, don't scribble on permissions of a repo file.
Date
Msg-id E1dAT9j-0005vy-IJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In SSL tests, don't scribble on permissions of a repo file.

Modifying the permissions of a persistent file isn't really much nicer
than modifying its contents, even if git doesn't currently notice it.
Adjust the test script to make a copy and set the permissions of that
instead.

Michael Paquier, per a gripe from me.  Back-patch to 9.5 where these
tests were introduced.

Discussion: https://postgr.es/m/14836.1494885946@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/91102dab44c3406f21bbbc28c1032d49e0721710

Modified Files
--------------
src/test/ssl/ssl/.gitignore    |  5 +++--
src/test/ssl/t/001_ssltests.pl | 17 ++++++++++-------
2 files changed, 13 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Update CREATE SUBSCRIPTION docs for recent syntax change.
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix new warnings from GCC 7