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
a93dbf6d
Commit
a93dbf6d
authored
Oct 30, 2015
by
Juan Benet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1913 from ipfs/test-ipfs-config
t0021: test 'ipfs config show'
parents
933b9733
bbe95b8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
test/sharness/t0021-config.sh
test/sharness/t0021-config.sh
+10
-0
No files found.
test/sharness/t0021-config.sh
View file @
a93dbf6d
...
...
@@ -61,6 +61,16 @@ test_config_cmd() {
test_config_cmd_set
"--json"
"deep-null"
"null"
test_config_cmd_set
"--json"
"deep-null.prop"
"true"
test_expect_success
"'ipfs config show' works"
'
ipfs config show >actual
'
test_expect_success
"'ipfs config show' output looks good"
'
grep "\"beep\": \"boop\"," actual &&
grep "\"beep1\": \"boop2\"," actual &&
grep "\"beep2\": false," actual &&
grep "\"beep3\": false," actual
'
}
test_init_ipfs
...
...
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