From 67d370e619897ace44285b1fe10fd788119242ac Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Fri, 9 Jun 2017 12:05:03 +0300 Subject: [PATCH] Fix script name in README. The script was rewritten in Perl, and renamed from regress.sh to regress.pl, back in 2012. --- src/interfaces/libpq/test/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/libpq/test/README b/src/interfaces/libpq/test/README index 001ecc378d..a05eb6bb3b 100644 --- a/src/interfaces/libpq/test/README +++ b/src/interfaces/libpq/test/README @@ -1,7 +1,7 @@ This is a testsuite for testing libpq URI connection string syntax. To run the suite, use 'make installcheck' command. It works by -running 'regress.sh' from this directory with appropriate environment +running 'regress.pl' from this directory with appropriate environment set up, which in turn feeds up lines from 'regress.in' to 'uri-regress' test program and compares the output against the correct one in 'expected.out' file.