]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6120-describe.sh
tests: teach callers of test_i18ngrep to use test_grep
[thirdparty/git.git] / t / t6120-describe.sh
index 0a5c4875407e5ec504831cdcb5d2c6e438d622f1..e78315d23d7d32c6db1f9405aa8788862bf37cd5 100755 (executable)
@@ -392,7 +392,7 @@ test_expect_success 'describe directly tagged blob' '
 test_expect_success 'describe tag object' '
        git tag test-blob-1 -a -m msg unique-file:file &&
        test_must_fail git describe test-blob-1 2>actual &&
-       test_i18ngrep "fatal: test-blob-1 is neither a commit nor blob" actual
+       test_grep "fatal: test-blob-1 is neither a commit nor blob" actual
 '
 
 test_expect_success ULIMIT_STACK_SIZE 'name-rev works in a deep repo' '