]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5801-remote-helpers.sh
Merge branch 'bw/format-patch-o-create-leading-dirs'
[thirdparty/git.git] / t / t5801-remote-helpers.sh
index 2d6c4a281edb3f0678a600fd3e780825536da437..121e5c6edb0a21eb8a6d72d01c7edd5f45d11b2f 100755 (executable)
@@ -247,7 +247,6 @@ clean_mark () {
 test_expect_success 'proper failure checks for fetching' '
        (cd local &&
        test_must_fail env GIT_REMOTE_TESTGIT_FAILURE=1 git fetch 2>error &&
-       cat error &&
        test_i18ngrep -q "error while running fast-import" error
        )
 '