]> granicus.if.org Git - postgresql/commitdiff
Fix script name in README.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 9 Jun 2017 09:05:03 +0000 (12:05 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 9 Jun 2017 09:05:03 +0000 (12:05 +0300)
The script was rewritten in Perl, and renamed from regress.sh to regress.pl,
back in 2012.

src/interfaces/libpq/test/README

index 001ecc378dac3c8c5b1f58a6209690a0f5173f67..a05eb6bb3bce6fb3935361c9c69a0851078272ef 100644 (file)
@@ -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.