]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/MyFirstContribution.txt
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / Documentation / MyFirstContribution.txt
index 7c9a037cc21f2b7f3adc97b6ae1133a3238d8bee..af0a9da62ebb991e912f2fda131ba13b03e4390f 100644 (file)
@@ -664,7 +664,7 @@ mention the right animal somewhere:
 ----
 test_expect_success 'runs correctly with no args and good output' '
        git psuh >actual &&
-       test_i18ngrep Pony actual
+       grep Pony actual
 '
 ----