Staging
v0.8.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 02a110ad435a6ccda648f09f94e546dfd7bdd0ac authored by Jonathan Nieder on 26 September 2013, 22:01:41 UTC
Git 1.8.4.1
Tip revision: 02a110a
t0302-credential-store.sh
#!/bin/sh

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

helper_test store

test_done
back to top