Ævar Arnfjörð Bjarmason  <ava...@gmail.com> writes:

> diff --git a/t/t3206-range-diff.sh b/t/t3206-range-diff.sh
> index ab44e085d5..9352f65280 100755
> --- a/t/t3206-range-diff.sh
> +++ b/t/t3206-range-diff.sh
> @@ -140,37 +140,15 @@ test_expect_success 'changed commit with --stat diff 
> option' '
>       1:  4de457d = 1:  a4b3333 s/5/A/
>            a => b | 0
>            1 file changed, 0 insertions(+), 0 deletions(-)
> -     $four_spaces

This removes all references to four_spaces=" " assigned at the very
beginning of this test piece, so that assignment should also go, no?

>       2:  fccce22 = 2:  f51d370 s/4/A/
>            a => b | 0
>            1 file changed, 0 insertions(+), 0 deletions(-)
> -     $four_spaces
>       3:  147e64e ! 3:  0559556 s/11/B/
>            a => b | 0
>            1 file changed, 0 insertions(+), 0 deletions(-)
> -     $four_spaces
> -         @@ -10,7 +10,7 @@
> -           9
> -           10
> -          -11
> -         -+B
> -         ++BB
> -           12
> -           13
> -           14
>       4:  a63e992 ! 4:  d966c5c s/12/B/
>            a => b | 0
>            1 file changed, 0 insertions(+), 0 deletions(-)
> -     $four_spaces
> -         @@ -8,7 +8,7 @@
> -          @@
> -           9
> -           10
> -         - B
> -         + BB
> -          -12
> -          +B
> -           13
>       EOF
>       test_cmp expected actual
>  '

Reply via email to