X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=t%2Ft3701-add-interactive.sh;fp=t%2Ft3701-add-interactive.sh;h=207714655f283971f791b4ab2426aa0d7b910080;hp=b2f90997dbc0457b8d06563977e2d7f4b1fc345d;hb=608cc4f2738d5e2055e238b2a9e482180d948a05;hpb=6fe12b5215f4ca597accc97ac5dce0f88e8483e9 diff --git a/t/t3701-add-interactive.sh b/t/t3701-add-interactive.sh index b2f90997db..207714655f 100755 --- a/t/t3701-add-interactive.sh +++ b/t/t3701-add-interactive.sh @@ -370,7 +370,7 @@ test_expect_success 'setup expected' ' ' # Test splitting the first patch, then adding both -test_expect_success C_LOCALE_OUTPUT 'add first line works' ' +test_expect_success 'add first line works' ' git commit -am "clear local changes" && git apply patch && printf "%s\n" s y y | git add -p file 2>error | @@ -974,7 +974,7 @@ test_expect_success 'show help from add--helper' ' EOF test_write_lines h | force_color git add -i >actual.colored && test_decode_color actual && - test_i18ncmp expect actual + test_cmp expect actual ' test_done