Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Spets <toni.spets@iki.fi>2019-11-02 12:25:13 +0300
committerJonathan White <support@dmapps.us>2020-01-28 06:57:31 +0300
commit6fc7be78eae3de21d94ff49465ac03246cd3164b (patch)
tree74b08f0b82c5586e79767a6e18f1a4cd5b36bf41 /tests/TestTools.h
parent47ce81c9a6b6c22427e239973e7168362fd657af (diff)
Implement SSH key file path env substitution
Supports all platforms, including Windows with %FOO% syntax. Fixes #3523
Diffstat (limited to 'tests/TestTools.h')
-rw-r--r--tests/TestTools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestTools.h b/tests/TestTools.h
index 56d354eca..dd646fcc4 100644
--- a/tests/TestTools.h
+++ b/tests/TestTools.h
@@ -27,6 +27,7 @@ private slots:
void testHumanReadableFileSize();
void testIsHex();
void testIsBase64();
+ void testEnvSubstitute();
};
#endif // KEEPASSX_TESTTOOLS_H