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-dms3
Commits
5f529ce0
Commit
5f529ce0
authored
Apr 20, 2020
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: fix sharness tests for welcome docs changes
parent
bd27cc80
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test/sharness/lib/test-lib-hashes.sh
test/sharness/lib/test-lib-hashes.sh
+1
-1
test/sharness/t0054-dag-car-import-export.sh
test/sharness/t0054-dag-car-import-export.sh
+1
-1
No files found.
test/sharness/lib/test-lib-hashes.sh
View file @
5f529ce0
# this file defines several useful hashes used across the test codebase.
# thus they can be defined + changed in one place
HASH_WELCOME_DOCS
=
"Qm
S4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv
"
HASH_WELCOME_DOCS
=
"Qm
QPeNsJPyVWPFDVHb77w8G42Fvo15z4bG2X8D2GhfbSXc
"
HASH_EMPTY_DIR
=
"QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn"
test/sharness/t0054-dag-car-import-export.sh
View file @
5f529ce0
...
...
@@ -149,7 +149,7 @@ test_init_ipfs
test_expect_success
"basic offline export of 'getting started' dag works"
'
ipfs dag export
QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv
>/dev/null
ipfs dag export
"$HASH_WELCOME_DOCS"
>/dev/null
'
...
...
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