From 3e895e26d8ebdbba89edb92ab6ad615f82f9fae8 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 10 Jun 2022 14:43:52 +0200 Subject: [PATCH] fix: test pipe --- test/sharness/t0110-gateway.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sharness/t0110-gateway.sh b/test/sharness/t0110-gateway.sh index 6d81f3dbed97..23ba2e1951ca 100755 --- a/test/sharness/t0110-gateway.sh +++ b/test/sharness/t0110-gateway.sh @@ -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" '