Ignore:
Timestamp:
Jun 23, 2014, 9:45:51 PM (11 years ago)
Author:
dmik
Message:

git: Merge version 2.0.0 from vendor to dmik branch.

Location:
git/branches/dmik
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • git/branches/dmik

  • TabularUnified git/branches/dmik/t/t4133-apply-filenames.sh

    r347 r782  
    3131test_expect_success 'apply diff with inconsistent filenames in headers' '
    3232        test_must_fail git apply bad1.patch 2>err &&
    33         grep "inconsistent new filename" err &&
     33        test_i18ngrep "inconsistent new filename" err &&
    3434        test_must_fail git apply bad2.patch 2>err &&
    35         grep "inconsistent old filename" err
     35        test_i18ngrep "inconsistent old filename" err
    3636'
    3737
Note: See TracChangeset for help on using the changeset viewer.