Staging
v0.8.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 9a8c2b67cd5a51666f2c0ce3fbbdb08b97b79b3d authored by Junio C Hamano on 17 December 2014, 19:30:46 UTC
Git 2.0.5
Tip revision: 9a8c2b6
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