t9003: become resilient to GETTEXT_POISON
[gitweb.git] / t / t3404-rebase-interactive.sh
index f4ccd1099f3211fc5c4eece4497032054cb540e5..8ac18682146008d9a5f9880628dec79daeac4090 100755 (executable)
@@ -219,9 +219,9 @@ test_expect_success 'abort with error when new base cannot be checked out' '
        git commit -m "remove file in base" &&
        set_fake_editor &&
        test_must_fail git rebase -i master > output 2>&1 &&
-       grep "The following untracked working tree files would be overwritten by checkout:" \
+       test_i18ngrep "The following untracked working tree files would be overwritten by checkout:" \
                output &&
-       grep "file1" output &&
+       test_i18ngrep "file1" output &&
        test_path_is_missing .git/rebase-merge &&
        git reset --hard HEAD^
 '