mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-03 04:37:30 +08:00
sharness: fix indent in few more places
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
@ -41,12 +41,12 @@ test_config_cmd_set() {
|
||||
# (i.e. just setting 'ipfs config --json foo "[1, 2, 3]"') may
|
||||
# set it as astring instead of proper json. We leverage the
|
||||
# unmarshalling that has to happen.
|
||||
CONFIG_SET_JSON_TEST='{
|
||||
CONFIG_SET_JSON_TEST=$(echo '{
|
||||
"MDNS": {
|
||||
"Enabled": true,
|
||||
"Interval": 10
|
||||
}
|
||||
}'
|
||||
}' | sed 's/\t/ /g')
|
||||
|
||||
test_config_cmd() {
|
||||
test_config_cmd_set "beep" "boop"
|
||||
|
Reference in New Issue
Block a user