summaryrefslogtreecommitdiff
path: root/t/t0302-credential-store.sh
blob: f61b40c69ba04f6ee364356751c6f21a59552aff (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
 
test_description='credential-store tests'
. ./test-lib.sh
. "$TEST_DIRECTORY"/lib-credential.sh
 
helper_test store
 
test_done