mirror of
https://github.com/git/git.git
synced 2025-03-25 04:51:37 +00:00
Merge branch 'bg/t5540-osx-grep'
* bg/t5540-osx-grep: t5540-http-test: shorten grep pattern
This commit is contained in:
commit
b43b8a20d3
@ -132,8 +132,12 @@ x38="$x5$x5$x5$x5$x5$x5$x5$x1$x1$x1"
|
||||
x40="$x38$x2"
|
||||
|
||||
test_expect_success 'PUT and MOVE sends object to URLs with SHA-1 hash suffix' '
|
||||
sed -e "s/PUT /OP /" -e "s/MOVE /OP /" "$HTTPD_ROOT_PATH"/access.log |
|
||||
grep -e "\"OP .*/objects/$x2/${x38}_$x40 HTTP/[.0-9]*\" 20[0-9] "
|
||||
sed \
|
||||
-e "s/PUT /OP /" \
|
||||
-e "s/MOVE /OP /" \
|
||||
-e "s|/objects/$x2/${x38}_$x40|WANTED_PATH_REQUEST|" \
|
||||
"$HTTPD_ROOT_PATH"/access.log |
|
||||
grep -e "\"OP .*WANTED_PATH_REQUEST HTTP/[.0-9]*\" 20[0-9] "
|
||||
|
||||
'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user