Commit 534e975
??? t5563: add tests for http.emptyAuth with Negotiate
The downstream NTLM topic (883674c, "t5563: verify that NTLM
authentication works") and upstream commit 7e98eb8 ("t5563: add
tests for http.emptyAuth with Negotiate") both added SPNEGO tests to
the end of t5563. When both topics landed in shears/seen, the SPNEGO
tests were duplicated: the first set appears before the NTLM tests
(from upstream), the second set after (from the downstream topic).
Since GIT_TRACE_CURL appends to the trace file rather than
overwriting it, the second set of tests sees the 401 responses from
both runs. Test 21 (auto mode) expects 3 lines in trace-auto but
finds 6 (3 + 3), and test 22 (false mode) expects 1 but finds 2
(1 + 1), causing all four macOS CI jobs to fail.
Remove the duplicate second set; the first (upstream) copy is
sufficient.
Assisted-by: Claude Opus 4.6
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent b5bc25f commit 534e975
1 file changed
Lines changed: 0 additions & 74 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
825 | | - | |
826 | | - | |
827 | | - | |
828 | | - | |
829 | | - | |
830 | | - | |
831 | | - | |
832 | | - | |
833 | | - | |
834 | | - | |
835 | | - | |
836 | | - | |
837 | | - | |
838 | | - | |
839 | | - | |
840 | | - | |
841 | | - | |
842 | | - | |
843 | | - | |
844 | | - | |
845 | | - | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | | - | |
857 | | - | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | | - | |
862 | | - | |
863 | | - | |
864 | | - | |
865 | | - | |
866 | | - | |
867 | | - | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | | - | |
872 | | - | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | | - | |
878 | | - | |
879 | | - | |
880 | | - | |
881 | | - | |
882 | | - | |
883 | | - | |
884 | | - | |
885 | | - | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
890 | | - | |
891 | | - | |
892 | | - | |
893 | | - | |
894 | | - | |
895 | | - | |
896 | | - | |
897 | | - | |
898 | | - | |
899 | 825 | | |
0 commit comments