-
- Downloads
Fix TAP tests to use only standard command-line argument ordering.
Some of the TAP tests were supposing that PG programs would accept switches after non-switch arguments on their command lines. While GNU getopt_long() does allow that, our own implementation does not, and it's nowhere suggested in our documentation that such cases should work. Adjust the tests to use only the documented syntax. Back-patch to 9.4, since without this the TAP tests fail when run with src/port's getopt_long() implementation. Michael Paquier
Showing
- src/bin/initdb/t/001_initdb.pl 4 additions, 4 deletionssrc/bin/initdb/t/001_initdb.pl
- src/bin/scripts/t/010_clusterdb.pl 1 addition, 1 deletionsrc/bin/scripts/t/010_clusterdb.pl
- src/bin/scripts/t/020_createdb.pl 1 addition, 1 deletionsrc/bin/scripts/t/020_createdb.pl
- src/bin/scripts/t/090_reindexdb.pl 4 additions, 4 deletionssrc/bin/scripts/t/090_reindexdb.pl
Loading
Please register or sign in to comment