Skip to content

Commit

Permalink
test: fix the grep in t0118
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Feb 16, 2023
1 parent ed4d6b7 commit c46006b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0118-gateway-car.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ test_launch_ipfs_daemon_without_network

# CAR is streamed, gateway may not have the entire thing, unable to calculate total size
test_expect_success "GET response for application/vnd.ipld.car includes no Content-Length" '
grep -qv "< Content-Length:" curl_output
test_should_not_contain "< Content-Length:" curl_output
'

test_expect_success "GET response for application/vnd.ipld.car includes Content-Disposition" '
Expand Down

0 comments on commit c46006b

Please sign in to comment.