Move libpq encryption negotiation tests
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 12 Apr 2024 16:52:37 +0000 (19:52 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 12 Apr 2024 16:52:37 +0000 (19:52 +0300)
commit65dfe9d167e925cd8892dedb51dde29f69b7388d
treee26827607d829f497918f22d68a5ac140ca5cafe
parent084cae55131f71f32e15a6b2b7897aa1c7382c0a
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
src/interfaces/libpq/Makefile
src/interfaces/libpq/meson.build
src/interfaces/libpq/t/005_negotiate_encryption.pl [moved from src/test/libpq_encryption/t/001_negotiate_encryption.pl with 99% similarity]
src/test/libpq_encryption/Makefile [deleted file]
src/test/libpq_encryption/README [deleted file]
src/test/libpq_encryption/meson.build [deleted file]
src/test/meson.build