diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-02-19 15:01:32 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-02-19 15:01:32 -0800 |
| commit | 30b1e8b920d9e5a151ad4bdbd1b6612d6f00794f (patch) | |
| tree | 6e18d60befe92590ace7fcab38c30dbe2cc7e67b | |
| parent | Merge tag 'l10n-2.44.0-rnd3' of https://github.com/git-l10n/git-po (diff) | |
| parent | t/lib-credential: clean additional credential (diff) | |
| download | git-30b1e8b920d9e5a151ad4bdbd1b6612d6f00794f.tar.gz git-30b1e8b920d9e5a151ad4bdbd1b6612d6f00794f.zip | |
Merge branch 'ba/credential-test-clean-fix' into jk/t0303-clean
* 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 |
