We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f1cb4 commit 3e895e2Copy full SHA for 3e895e2
test/sharness/t0110-gateway.sh
@@ -272,7 +272,7 @@ test_expect_success "GET compact blocks succeeds" '
272
'
273
274
test_expect_success "GET TAR file from gateway and extract" '
275
- 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
276
277
278
test_expect_success "GET TAR file has expected Content-Type" '
0 commit comments