Move libpq encryption negotiation tests
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Move libpq encryption negotiation tests The test targets libpq's options, so 'src/test/interfaces/libpq/t' is a more natural place for it. While doing this, I noticed that I had missed adding the libpq_encryption subdir to the Makefile. That's why this commit only needs to remove it from the meson.build file. Per Peter Eisentraut's suggestion. Discussion: https://www.postgresql.org/message-id/09d4bf5d-d0fa-4c66-a1d7-5ec757609646@eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/Makefile | modified | +1 −1 |
| src/interfaces/libpq/meson.build | modified | +6 −1 |
| src/interfaces/libpq/t/005_negotiate_encryption.pl (from src/test/libpq_encryption/t/001_negotiate_encryption.pl) | renamed | +1 −1 |
| src/test/libpq_encryption/Makefile | deleted | +0 −25 |
| src/test/libpq_encryption/meson.build | deleted | +0 −18 |
| src/test/libpq_encryption/README | deleted | +0 −31 |
| src/test/meson.build | modified | +0 −1 |
Discussion
- pgsql: Add tests for libpq gssencmode and sslmode options 5 messages · 2024-04-07 → 2024-04-14