We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077948a commit 2a2e3ebCopy full SHA for 2a2e3eb
test/sharness/t0021-config.sh
@@ -122,7 +122,7 @@ test_config_cmd() {
122
123
test_expect_success "'ipfs config replace' injects privkey back" '
124
ipfs config replace show_config &&
125
- grep "\"PrivKey\":" "$IPFS_PATH/config" | grep -e ": \".\+\"" >/dev/null
+ grep "\"PrivKey\":" "$IPFS_PATH/config" | grep -e ": \".\+\"" >/dev/null
126
'
127
128
test_expect_success "'ipfs config replace' with privkey erors out" '
0 commit comments