]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5510-fetch.sh
Merge branch 'ma/test-cleanup'
[thirdparty/git.git] / t / t5510-fetch.sh
index 566994cede3ef22c0c3927779a53d3923e3d6694..a66dbe0bde0df2851c3736d193707ec7c36bd429 100755 (executable)
@@ -379,7 +379,6 @@ test_expect_success 'fetch from GIT URL with a non-applying branch.<name>.merge
 # the strange name is: a\!'b
 test_expect_success 'quoting of a strangely named repo' '
        test_must_fail git fetch "a\\!'\''b" > result 2>&1 &&
-       cat result &&
        grep "fatal: '\''a\\\\!'\''b'\''" result
 '