We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac5237 commit 27cc473Copy full SHA for 27cc473
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