summaryrefslogtreecommitdiffstats
path: root/t/t5510-fetch.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-03 00:07:20 +0100
committerJunio C Hamano <gitster@pobox.com>2020-03-03 00:07:20 +0100
commitaa5a7e02ada29bdced0f07babbe32198607890be (patch)
tree1b742f9f495e2a9a3aa40afdbb5ad7e438889721 /t/t5510-fetch.sh
parentMerge branch 'rs/blame-typefix-for-fingerprint' (diff)
parentt: drop debug `cat` calls (diff)
downloadgit-aa5a7e02ada29bdced0f07babbe32198607890be.tar.xz
git-aa5a7e02ada29bdced0f07babbe32198607890be.zip
Merge branch 'ma/test-cleanup'
Code cleanup. * ma/test-cleanup: t: drop debug `cat` calls t9810: drop debug `cat` call t4117: check for files using `test_path_is_file`
Diffstat (limited to 't/t5510-fetch.sh')
-rwxr-xr-xt/t5510-fetch.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh
index 566994cede..a66dbe0bde 100755
--- a/t/t5510-fetch.sh
+++ b/t/t5510-fetch.sh
@@ -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
'