We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46006b commit 13c0a29Copy full SHA for 13c0a29
test/sharness/t0046-id-hash.sh
@@ -25,7 +25,8 @@ test_expect_success "ipfs add succeeds with identity hash" '
25
'
26
27
test_expect_success "content not actually added" '
28
- ipfs refs local | fgrep -q -v $HASH
+ ipfs refs local > locals
29
+ test_should_not_contain $HASH locals
30
31
32
test_expect_success "but can fetch it anyway" '
@@ -98,7 +99,8 @@ test_expect_success "ipfs add succeeds with identity hash and --nocopy" '
98
99
100
101
test_expect_success "content not actually added (filestore enabled)" '
102
103
104
105
106
test_expect_success "but can fetch it anyway (filestore enabled)" '
0 commit comments