summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/test
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2017-06-09 12:05:03 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2017-06-09 12:05:03 +0300
commit67d370e619897ace44285b1fe10fd788119242ac (patch)
tree71a3c2eff27a3027cc597e2350536c82545d74dc /src/interfaces/libpq/test
parent2c48f5db64b1b999b08052115a5ce873343c372a (diff)
downloadpostgresql-67d370e619897ace44285b1fe10fd788119242ac.tar.gz
Fix script name in README.
The script was rewritten in Perl, and renamed from regress.sh to regress.pl, back in 2012.
Diffstat (limited to 'src/interfaces/libpq/test')
-rw-r--r--src/interfaces/libpq/test/README2
1 files changed, 1 insertions, 1 deletions
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.