6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Minor change. Removed unnecessary lines

This commit is contained in:
pavel-zotov 2023-12-28 16:14:32 +03:00
parent 2deebbef9a
commit 318683b753

View File

@ -1,7 +1,6 @@
# Special configuration for encryption-related tests which need key to be queried from CLIENT app
# This configuration is used by alias-based tests which have parameter 'KeyHolderPlugin = KH2'.
#-------------
#
Plugin = KH2 {
Module = $(dir_plugins)/fbSampleKeyHolder
RegisterName = fbSampleKeyHolder
@ -11,5 +10,3 @@ Plugin = KH2 {
Config = KH2 {
Auto = false
}
#-------------