Commit Graph

3 Commits

Author SHA1 Message Date
brian m. carlson
52f94c2f70
t: generate an encrypted private key for tests
In the future, we'll want to run integration tests that use an encrypted
private key.  To make this as easy as possible, create an encrypted
private key as part of the test setup.  Set up credentials for this key
using the credential helper.

Note that in order to get Git to use the credential helper for the
encrypted private key instead of prompting using OpenSSL, we need to
set GIT_SSL_CERT_PASSWORD_PROTECTED, which makes Git think that the
certificate is password-protected, too.  Therefore, specify credentials
for both the certificate (which isn't really encrypted) and the
encrypted private key.
2018-09-24 15:09:20 +00:00
Taylor Blau
1926e94297 t/cmd/lfstest-count-tests.go: initial commit 2018-07-11 13:18:15 -05:00
Taylor Blau
7b1420243e test: move to 'test' to 't'
By default, the prove(1) program looks for tests to run in the 't'
directory at the repository root, so let's put existing tests there in
order to remove a non-default argument from prove.
2018-07-09 16:07:32 -05:00