]> git.pld-linux.org Git - packages/git-core.git/blame - git-core-race_test.patch
1s is not enough on x32 builder, drop problematic test entirely
[packages/git-core.git] / git-core-race_test.patch
CommitLineData
9dc613ba 1--- git-2.17.0.orig/t/t5570-git-daemon.sh 2018-04-04 22:46:50.449393002 +0200
a50655dd
JP
2+++ git-2.17.0/t/t5570-git-daemon.sh 2018-04-04 23:34:11.505813150 +0200
3@@ -183,19 +183,6 @@
4 git ls-remote "$GIT_DAEMON_URL/escape.git"
9dc613ba 5 '
a50655dd
JP
6
7-test_expect_success 'daemon log records all attributes' '
8- cat >expect <<-\EOF &&
9- Extended attribute "host": localhost
10- Extended attribute "protocol": version=1
11- EOF
12- >daemon.log &&
13- GIT_OVERRIDE_VIRTUAL_HOST=localhost \
14- git -c protocol.version=1 \
15- ls-remote "$GIT_DAEMON_URL/interp.git" &&
16- grep -i extended.attribute daemon.log | cut -d" " -f2- >actual &&
17- test_cmp expect actual
18-'
19-
20 test_expect_success FAKENC 'hostname interpolation works after LF-stripping' '
21 {
22 printf "git-upload-pack /interp.git\n\0host=localhost" | packetize
This page took 0.410433 seconds and 4 git commands to generate.