Skip to content

Commit 67d370e

Browse files
committed
Fix script name in README.
The script was rewritten in Perl, and renamed from regress.sh to regress.pl, back in 2012.
1 parent 2c48f5d commit 67d370e

File tree

1 file changed

+1
-1
lines changed
  • src/interfaces/libpq/test

1 file changed

+1
-1
lines changed

src/interfaces/libpq/test/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This is a testsuite for testing libpq URI connection string syntax.
22

33
To run the suite, use 'make installcheck' command. It works by
4-
running 'regress.sh' from this directory with appropriate environment
4+
running 'regress.pl' from this directory with appropriate environment
55
set up, which in turn feeds up lines from 'regress.in' to
66
'uri-regress' test program and compares the output against the correct
77
one in 'expected.out' file.

0 commit comments

Comments
 (0)