]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t0070-fundamental.sh
Merge branch 'jx/sideband-chomp-newline-fix'
[thirdparty/git.git] / t / t0070-fundamental.sh
index 0d2b7d8d93499547ec65d7f2c36632caa8445a3c..f18f9284a5bf3961a3f5373f887b808e55cd9b75 100755 (executable)
@@ -44,13 +44,13 @@ test_expect_success 'incomplete sideband messages are reassembled' '
 test_expect_success 'eof on sideband message is reported' '
        printf 1234 >input &&
        test-tool pkt-line receive-sideband <input 2>err &&
-       test_i18ngrep "unexpected disconnect" err
+       test_grep "unexpected disconnect" err
 '
 
 test_expect_success 'missing sideband designator is reported' '
        printf 0004 >input &&
        test-tool pkt-line receive-sideband <input 2>err &&
-       test_i18ngrep "missing sideband" err
+       test_grep "missing sideband" err
 '
 
 test_expect_success 'unpack-sideband: --no-chomp-newline' '