]> git.pld-linux.org Git - packages/git-core.git/blob - git-core-race_test.patch
git send-email needs Error and Mail::Address from cpan
[packages/git-core.git] / git-core-race_test.patch
1 diff -u -r git-2.17.0.orig/t/t5570-git-daemon.sh git-2.17.0/t/t5570-git-daemon.sh
2 --- git-2.17.0.orig/t/t5570-git-daemon.sh       2018-04-04 22:46:50.449393002 +0200
3 +++ git-2.17.0/t/t5570-git-daemon.sh    2018-04-04 22:47:11.655798538 +0200
4 @@ -192,6 +192,7 @@
5         GIT_OVERRIDE_VIRTUAL_HOST=localhost \
6                 git -c protocol.version=1 \
7                         ls-remote "$GIT_DAEMON_URL/interp.git" &&
8 +        sleep 1 &&
9         grep -i extended.attribute daemon.log | cut -d" " -f2- >actual &&
10         test_cmp expect actual
11  '
This page took 0.038273 seconds and 3 git commands to generate.