We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9a77ee + f6918da commit b43b8a2Copy full SHA for b43b8a2
t/t5540-http-push.sh
@@ -132,8 +132,12 @@ x38="$x5$x5$x5$x5$x5$x5$x5$x1$x1$x1"
132
x40="$x38$x2"
133
134
test_expect_success 'PUT and MOVE sends object to URLs with SHA-1 hash suffix' '
135
- sed -e "s/PUT /OP /" -e "s/MOVE /OP /" "$HTTPD_ROOT_PATH"/access.log |
136
- grep -e "\"OP .*/objects/$x2/${x38}_$x40 HTTP/[.0-9]*\" 20[0-9] "
+ sed \
+ -e "s/PUT /OP /" \
137
+ -e "s/MOVE /OP /" \
138
+ -e "s|/objects/$x2/${x38}_$x40|WANTED_PATH_REQUEST|" \
139
+ "$HTTPD_ROOT_PATH"/access.log |
140
+ grep -e "\"OP .*WANTED_PATH_REQUEST HTTP/[.0-9]*\" 20[0-9] "
141
142
'
143
0 commit comments