]> git.ipfire.org Git - thirdparty/git.git/commit
t1700-split-index: drop unnecessary 'grep'
authorSZEDER Gábor <szeder.dev@gmail.com>
Thu, 6 Sep 2018 02:48:06 +0000 (04:48 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Sep 2018 21:06:07 +0000 (14:06 -0700)
commitacdee9e9e815c2df417feef3ef8de25f0dcec68d
treedad769fafc0c1802ee3387c7cc3e57da4293700a
parent1d4361b0f344188ab5eec6dcea01f61a3a3a1670
t1700-split-index: drop unnecessary 'grep'

The test 'disable split index' in 't1700-split-index.sh' runs the
following pipeline:

  cmd | grep <pattern> | sed s///

Drop that 'grep' from the pipeline, and let 'sed' take over its
duties.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1700-split-index.sh