diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-08-20 11:33:48 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-08-20 11:33:48 -0700 |
| commit | 14677d25ab50efcf57621ae69d6ba858a5f86165 (patch) | |
| tree | c480f4a1ac902ab01d430b00e3dfbd2093b30d7a /t/t5514-fetch-multiple.sh | |
| parent | 34f229790dcc7c7dc61bc37532f88fca39e36de2 (diff) | |
| parent | d3c6751b18170276f80e3578d16877d43ad22709 (diff) | |
| download | git-14677d25ab50efcf57621ae69d6ba858a5f86165.tar.gz | |
Merge branch 'ab/test-must-be-empty-for-master'
Test updates.
* ab/test-must-be-empty-for-master:
tests: make use of the test_must_be_empty function
Diffstat (limited to 't/t5514-fetch-multiple.sh')
| -rwxr-xr-x | t/t5514-fetch-multiple.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t5514-fetch-multiple.sh b/t/t5514-fetch-multiple.sh index 4b4b6673b8..0030c92e1a 100755 --- a/t/t5514-fetch-multiple.sh +++ b/t/t5514-fetch-multiple.sh @@ -152,7 +152,6 @@ test_expect_success 'git fetch --multiple (ignoring skipFetchAll)' ' ' test_expect_success 'git fetch --all --no-tags' ' - >expect && git clone one test5 && git clone test5 test6 && (cd test5 && git tag test-tag) && @@ -161,7 +160,7 @@ test_expect_success 'git fetch --all --no-tags' ' git fetch --all --no-tags && git tag >output ) && - test_cmp expect test6/output + test_must_be_empty test6/output ' test_expect_success 'git fetch --all --tags' ' |
