Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
e24b09f8
Commit
e24b09f8
authored
Nov 18, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: comment out extra output in add_and_cat
parent
bd962b6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
test/t0040-add-and-cat.sh
test/t0040-add-and-cat.sh
+7
-5
No files found.
test/t0040-add-and-cat.sh
View file @
e24b09f8
...
...
@@ -63,13 +63,15 @@ test_expect_success "ipfs add bigfile output looks good" '
'
test_expect_success
"ipfs cat succeeds"
'
ipfs cat $HASH >actual &&
cat actual | shasum >sha1_actual
ipfs cat $HASH | shasum >sha1_actual
'
test_expect_success
"ipfs cat output looks good"
'
test_cmp mountdir/bigfile actual
'
# this test commented out to run faster.
# uncomment to produce and examine output
# test_expect_success "ipfs cat output looks good" '
# ipfs cat $HASH >actual &&
# test_cmp mountdir/bigfile actual
# '
test_expect_success
"ipfs cat output shasum looks good"
'
echo "885b197b01e0f7ff584458dc236cb9477d2e736d -" >sha1_expected &&
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment