Skip to content

Commit 385f7f1

Browse files
committed
test: fix the grep in t0118
1 parent ed4d6b7 commit 385f7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sharness/t0118-gateway-car.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ test_launch_ipfs_daemon_without_network
9292

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

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

0 commit comments

Comments
 (0)