diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-01-10 10:33:18 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-10 10:33:19 -0800 |
commit | 35a116d740930f34e0d3cd2e07ed266e96a1d165 (patch) | |
tree | bbff6134198372d68d2a5b5501059142cda40323 /t/lib-httpd | |
parent | Merge branch 'jk/credential-plug-leak' (diff) | |
parent | use distinct username/password for http auth tests (diff) | |
download | tgif-35a116d740930f34e0d3cd2e07ed266e96a1d165.tar.xz |
Merge branch 'jk/http-auth-tests-robustify'
Using the same username and password during the tests would not
catch a potential breakage of sending one when we should be sending
the other.
* jk/http-auth-tests-robustify:
use distinct username/password for http auth tests
Diffstat (limited to 't/lib-httpd')
-rw-r--r-- | t/lib-httpd/passwd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-httpd/passwd b/t/lib-httpd/passwd index f2fbcad33e..99a34d6487 100644 --- a/t/lib-httpd/passwd +++ b/t/lib-httpd/passwd @@ -1 +1 @@ -user@host:nKpa8pZUHx/ic +user@host:xb4E8pqD81KQs |