diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-02-27 16:04:32 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-02-27 16:04:32 -0800 |
| commit | 03f9f1a3a24053e90de15b432b02d746fc25bb6a (patch) | |
| tree | e1975816e860170f0e4f406ee14392c1a75b8b83 | |
| parent | Merge branch 'rj/tag-column-fix' (diff) | |
| parent | t/lib-credential: clean additional credential (diff) | |
| download | git-03f9f1a3a24053e90de15b432b02d746fc25bb6a.tar.gz git-03f9f1a3a24053e90de15b432b02d746fc25bb6a.zip | |
Merge branch 'ba/credential-test-clean-fix'
Test clean-up.
* ba/credential-test-clean-fix:
t/lib-credential: clean additional credential
| -rw-r--r-- | t/lib-credential.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib-credential.sh b/t/lib-credential.sh index 15fc9a31e2..44799c0d38 100644 --- a/t/lib-credential.sh +++ b/t/lib-credential.sh @@ -50,6 +50,7 @@ helper_test_clean() { reject $1 https example.com user-overwrite reject $1 https example.com user-erase1 reject $1 https example.com user-erase2 + reject $1 https victim.example.com user reject $1 http path.tld user reject $1 https timeout.tld user reject $1 https sso.tld |
