Merge branch 'ks/t7508-indent-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Jul 2017 20:59:03 +0000 (13:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Jul 2017 20:59:03 +0000 (13:59 -0700)
Cosmetic update to a test.

* ks/t7508-indent-fix:
t7508: fix a broken indentation

1  2 
t/t7508-status.sh
diff --combined t/t7508-status.sh
index 5edcc6edfe651f638921b9148be9579312a47adc,b5860fcb8b40bad1a368ca3c7e320cb8e82f5da5..35ea0b707474342a323e02ce614e736c1acfe2eb
@@@ -360,7 -360,7 +360,7 @@@ EO
  test_expect_success 'status -s -b' '
  
        git status -s -b >output &&
 -      test_cmp expect output
 +      test_i18ncmp expect output
  
  '
  
@@@ -370,7 -370,7 +370,7 @@@ test_expect_success 'status -s -z -b' 
        git status -s -z -b >output &&
        nul_to_q <output >output.q &&
        mv output.q output &&
 -      test_cmp expect output
 +      test_i18ncmp expect output
  '
  
  test_expect_success 'setup dir3' '
@@@ -687,7 -687,7 +687,7 @@@ EO
  test_expect_success 'status -s -b with color.status' '
  
        git status -s -b | test_decode_color >output &&
 -      test_cmp expect output
 +      test_i18ncmp expect output
  
  '
  
@@@ -1494,7 -1494,7 +1494,7 @@@ EO
  test_expect_success 'git commit -m will commit a staged but ignored submodule' '
        git commit -uno -m message &&
        git status -s --ignore-submodules=dirty >output &&
-        test_i18ngrep ! "^M. sm" output &&
+       test_i18ngrep ! "^M. sm" output &&
        git config --remove-section submodule.subname &&
        git config -f .gitmodules  --remove-section submodule.subname
  '