Commit 67d370e6 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix script name in README.

The script was rewritten in Perl, and renamed from regress.sh to regress.pl,
back in 2012.
parent 2c48f5db
This is a testsuite for testing libpq URI connection string syntax. This is a testsuite for testing libpq URI connection string syntax.
To run the suite, use 'make installcheck' command. It works by 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 set up, which in turn feeds up lines from 'regress.in' to
'uri-regress' test program and compares the output against the correct 'uri-regress' test program and compares the output against the correct
one in 'expected.out' file. one in 'expected.out' file.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment