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/t7401-submodule-summary.sh | |
| parent | Merge branch 'ab/newhash-is-sha256' (diff) | |
| parent | tests: make use of the test_must_be_empty function (diff) | |
| download | git-14677d25ab50efcf57621ae69d6ba858a5f86165.tar.gz git-14677d25ab50efcf57621ae69d6ba858a5f86165.zip | |
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/t7401-submodule-summary.sh')
| -rwxr-xr-x | t/t7401-submodule-summary.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t7401-submodule-summary.sh b/t/t7401-submodule-summary.sh index 4e4c455502..1cd12b38c5 100755 --- a/t/t7401-submodule-summary.sh +++ b/t/t7401-submodule-summary.sh @@ -64,8 +64,7 @@ test_expect_success 'added submodule (subdirectory only)' " cd sub && git submodule summary . >../actual ) && - >expected && - test_cmp expected actual + test_must_be_empty actual " test_expect_success 'added submodule (subdirectory with explicit path)' " |
