]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3418-rebase-continue.sh
tests: teach callers of test_i18ngrep to use test_grep
[thirdparty/git.git] / t / t3418-rebase-continue.sh
index fb7b68990cc33a6cbd08ba7031d405713db87446..108d5c28fa137819233c6c85bae5f6d9e3b3f9e8 100755 (executable)
@@ -182,8 +182,8 @@ test_expect_success '--skip after failed fixup cleans commit message' '
 
        : Final squash failed, but there was still a squash &&
        head -n1 .git/copy.txt >first-line &&
-       test_i18ngrep "# This is a combination of 3 commits" first-line &&
-       test_i18ngrep "# This is the commit message #3:" .git/copy.txt
+       test_grep "# This is a combination of 3 commits" first-line &&
+       test_grep "# This is the commit message #3:" .git/copy.txt
 '
 
 test_expect_success 'setup rerere database' '
@@ -276,7 +276,7 @@ test_expect_success '--reschedule-failed-exec' '
        test_must_fail git -c rebase.rescheduleFailedExec=true \
                rebase -x false HEAD^ 2>err &&
        grep "^exec false" .git/rebase-merge/git-rebase-todo &&
-       test_i18ngrep "has been rescheduled" err
+       test_grep "has been rescheduled" err
 '
 
 test_expect_success 'rebase.rescheduleFailedExec only affects `rebase -i`' '