diff options
| author | Jonathan Tan <jonathantanmy@google.com> | 2019-02-25 13:54:12 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-03-07 10:02:42 +0900 |
| commit | d790ee1707374022d9296e8af62c137fb2627587 (patch) | |
| tree | 44683923c20bafcd9da355fa3a1f84499b93455a /t/t5515-fetch-merge-logic.sh | |
| parent | 78eeb8d057b23e1e8008db54eb7f7b2516f05ff2 (diff) | |
| download | git-d790ee1707374022d9296e8af62c137fb2627587.tar.gz | |
tests: fix protocol version for overspecifications
These tests are also marked with a NEEDSWORK comment.
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5515-fetch-merge-logic.sh')
| -rwxr-xr-x | t/t5515-fetch-merge-logic.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t5515-fetch-merge-logic.sh b/t/t5515-fetch-merge-logic.sh index 36b0dbc01c..e55d8474ef 100755 --- a/t/t5515-fetch-merge-logic.sh +++ b/t/t5515-fetch-merge-logic.sh @@ -6,6 +6,10 @@ test_description='Merge logic in fetch' +# NEEDSWORK: If the overspecification of the expected result is reduced, we +# might be able to run this test in all protocol versions. +GIT_TEST_PROTOCOL_VERSION= + . ./test-lib.sh LF=' |
