Skip to content

Commit 3e895e2

Browse files
committed
fix: test pipe
1 parent 39f1cb4 commit 3e895e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sharness/t0110-gateway.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ test_expect_success "GET compact blocks succeeds" '
272272
'
273273

274274
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
275+
curl "http://127.0.0.1:$port/ipfs/$FOO2_HASH?format=tar" | tar -x
276276
'
277277

278278
test_expect_success "GET TAR file has expected Content-Type" '

0 commit comments

Comments
 (0)