From: Ævar Arnfjörð Bjarmason Date: Mon, 1 Jul 2019 21:20:55 +0000 (+0200) Subject: grep tests: move "grep binary" alongside the rest X-Git-Tag: v2.24.0-rc0~37^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=471dac5d2ceec4ccf7ad149402dfcb66ac066ddc;p=thirdparty%2Fgit.git grep tests: move "grep binary" alongside the rest Move the "grep binary" test case added in aca20dd558 ("grep: add test script for binary file handling", 2010-05-22) so that it lives alongside the rest of the "grep" tests in t781*. This would have left a gap in the t/700* namespace, so move a "filter-branch" test down, leaving the "t7010-setup.sh" test as the next one after that. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/t/t7009-filter-branch-null-sha1.sh b/t/t7008-filter-branch-null-sha1.sh similarity index 100% rename from t/t7009-filter-branch-null-sha1.sh rename to t/t7008-filter-branch-null-sha1.sh diff --git a/t/t7008-grep-binary.sh b/t/t7815-grep-binary.sh similarity index 100% rename from t/t7008-grep-binary.sh rename to t/t7815-grep-binary.sh