]> git.ipfire.org Git - thirdparty/git.git/blob - t/t0302-credential-store.sh
credentials: add "store" helper
[thirdparty/git.git] / t / t0302-credential-store.sh
1 #!/bin/sh
2
3 test_description='credential-store tests'
4 . ./test-lib.sh
5 . "$TEST_DIRECTORY"/lib-credential.sh
6
7 helper_test store
8
9 test_done