Staging
v0.8.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 49e0c5ad0ab95e450138105ff27688861a4a1557 authored by Junio C Hamano on 14 November 2014, 21:31:15 UTC
Git 2.2.0-rc2
Tip revision: 49e0c5a
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