Staging
v0.5.1
Raw File
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