We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eab502 commit e58a86fCopy full SHA for e58a86f
sharness/t0015-local-node-unix-sock.sh
@@ -12,7 +12,7 @@ test_init_ipfs
12
# long (because that's the max unix domain socket path length).
13
SOCKDIR="$(mktemp -d "${TMPDIR:-/tmp}ipget-sharness.XXXXXX")"
14
SOCKPATH="${SOCKDIR}/sock"
15
-SOCKADDR="/unix${SOCKPATH}"
+SOCKADDR="/unix/${SOCKPATH}"
16
17
test_expect_success "configure with unix socket" '
18
ipfs config Addresses.API "$SOCKADDR"
0 commit comments