Staging
v0.8.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: a46034819ecce6872bff099f3d75589f4d38c00c authored by Junio C Hamano on 12 March 2012, 22:52:52 UTC
Git 1.7.9.4
Tip revision: a460348
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