mirror of
https://github.com/git/git.git
synced 2024-11-01 06:47:52 +01:00
10 lines
137 B
Bash
10 lines
137 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
test_description='credential-store tests'
|
||
|
. ./test-lib.sh
|
||
|
. "$TEST_DIRECTORY"/lib-credential.sh
|
||
|
|
||
|
helper_test store
|
||
|
|
||
|
test_done
|