X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft5503-tagfollow.sh;h=60de2d6ede958e713aebe85d73ee65ddbc10201d;hb=b3ff808b714fd8fc5e4d2770720398e5dc7d27f9;hp=aa0ada01476b89f3f284dda42f892155496f3467;hpb=c6caede7fd6bc428b4d2e53f6bb5c1e1a9bcb24c;p=git.git diff --git a/t/t5503-tagfollow.sh b/t/t5503-tagfollow.sh index aa0ada014..60de2d6ed 100755 --- a/t/t5503-tagfollow.sh +++ b/t/t5503-tagfollow.sh @@ -49,7 +49,7 @@ EOF ' test_expect_success NOT_MINGW 'fetch A (new commit : 1 connection)' ' - rm -f $U + rm -f $U && ( cd cloned && GIT_DEBUG_SEND_PACK=3 git fetch 3>../$U && @@ -82,7 +82,7 @@ EOF ' test_expect_success NOT_MINGW 'fetch C, T (new branch, tag : 1 connection)' ' - rm -f $U + rm -f $U && ( cd cloned && GIT_DEBUG_SEND_PACK=3 git fetch 3>../$U && @@ -121,7 +121,7 @@ EOF ' test_expect_success NOT_MINGW 'fetch B, S (commit and tag : 1 connection)' ' - rm -f $U + rm -f $U && ( cd cloned && GIT_DEBUG_SEND_PACK=3 git fetch 3>../$U &&