Skip to content

Commit

Permalink
test: fix the grep in t0046
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Feb 16, 2023
1 parent 385f7f1 commit 95a63f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sharness/t0046-id-hash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test_expect_success "ipfs add succeeds with identity hash" '
'

test_expect_success "content not actually added" '
ipfs refs local | fgrep -q -v $HASH
! ipfs refs local | fgrep -q $HASH
'

test_expect_success "but can fetch it anyway" '
Expand Down Expand Up @@ -98,7 +98,7 @@ test_expect_success "ipfs add succeeds with identity hash and --nocopy" '
'

test_expect_success "content not actually added (filestore enabled)" '
ipfs refs local | fgrep -q -v $HASH
! ipfs refs local | fgrep -q $HASH
'

test_expect_success "but can fetch it anyway (filestore enabled)" '
Expand Down

0 comments on commit 95a63f1

Please sign in to comment.