提交 79fec51b 作者: James Stanley 提交者: Steven Allen

Remove unwanted debugging output

License: MIT
Signed-off-by: 's avatarJames Stanley <james@incoherency.co.uk>
上级 5d27d74c
...@@ -112,7 +112,6 @@ test_expect_success "Replacing a file with PUT gives us the hash of the new tree ...@@ -112,7 +112,6 @@ test_expect_success "Replacing a file with PUT gives us the hash of the new tree
IPFS_HASH=$(grep Ipfs-Hash curl_putExisting.out) && IPFS_HASH=$(grep Ipfs-Hash curl_putExisting.out) &&
HASH=$(expr "$LOCATION" : "< Location: /ipfs/\(.*\)/test/test.txt") && HASH=$(expr "$LOCATION" : "< Location: /ipfs/\(.*\)/test/test.txt") &&
IPFS_HASH=$(expr "$IPFS_HASH" : "< Ipfs-Hash: \(\w*\)") && IPFS_HASH=$(expr "$IPFS_HASH" : "< Ipfs-Hash: \(\w*\)") &&
echo "$HASH -vs- $IPFS_HASH" > /home/jes/foo.log &&
[ "$HASH" = "$IPFS_HASH" ] [ "$HASH" = "$IPFS_HASH" ]
' '
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论