Skip to content

Commit

Permalink
fix: test pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jun 10, 2022
1 parent 39f1cb4 commit 3e895e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0110-gateway.sh
Expand Up @@ -272,7 +272,7 @@ test_expect_success "GET compact blocks succeeds" '
'

test_expect_success "GET TAR file from gateway and extract" '
curl "http://127.0.0.1:$port/ipfs/$FOO2_HASH?format=tar" || tar -x
curl "http://127.0.0.1:$port/ipfs/$FOO2_HASH?format=tar" | tar -x
'

test_expect_success "GET TAR file has expected Content-Type" '
Expand Down

0 comments on commit 3e895e2

Please sign in to comment.