forked from ipfs/kubo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: use car fixtures in sharness t0400
- Loading branch information
1 parent
6ca4190
commit b1492fb
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Dataset description/sources | ||
|
||
- fixtures.car | ||
- raw CARv1 | ||
|
||
generated with: | ||
|
||
```sh | ||
HASH=$(echo "testing" | ipfs add -q) | ||
ipfs dag export $HASH > fixtures.car | ||
|
||
echo HASH=${HASH} # a file containing the string "testing" | ||
|
||
# HASH=QmNYERzV2LfD2kkfahtfv44ocHzEFK1sLBaE7zdcYT2GAZ # a file containing the string "testing" | ||
``` |
Binary file not shown.