diff options
| author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2019-07-01 23:20:55 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-07-01 14:33:14 -0700 |
| commit | 471dac5d2ceec4ccf7ad149402dfcb66ac066ddc (patch) | |
| tree | 7da27aa03266f17e223323ea056d0b5b5964b6a1 | |
| parent | f463beb805638830e2a6b16359f94d8afca289ee (diff) | |
| download | git-471dac5d2ceec4ccf7ad149402dfcb66ac066ddc.tar.gz | |
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 <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rwxr-xr-x | t/t7008-filter-branch-null-sha1.sh (renamed from t/t7009-filter-branch-null-sha1.sh) | 0 | ||||
| -rwxr-xr-x | t/t7815-grep-binary.sh (renamed from t/t7008-grep-binary.sh) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/t/t7009-filter-branch-null-sha1.sh b/t/t7008-filter-branch-null-sha1.sh index 9ba9f24ad2..9ba9f24ad2 100755 --- a/t/t7009-filter-branch-null-sha1.sh +++ b/t/t7008-filter-branch-null-sha1.sh diff --git a/t/t7008-grep-binary.sh b/t/t7815-grep-binary.sh index 2d87c49b75..2d87c49b75 100755 --- a/t/t7008-grep-binary.sh +++ b/t/t7815-grep-binary.sh |
