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

t0302-credential-store.sh « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f61b40c69ba04f6ee364356751c6f21a59552aff (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

test_description='credential-store tests'
. ./test-lib.sh
. "$TEST_DIRECTORY"/lib-credential.sh

helper_test store

test_done