Skip to content

Commit e58a86f

Browse files
committed
fix path
1 parent 7eab502 commit e58a86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharness/t0015-local-node-unix-sock.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test_init_ipfs
1212
# long (because that's the max unix domain socket path length).
1313
SOCKDIR="$(mktemp -d "${TMPDIR:-/tmp}ipget-sharness.XXXXXX")"
1414
SOCKPATH="${SOCKDIR}/sock"
15-
SOCKADDR="/unix${SOCKPATH}"
15+
SOCKADDR="/unix/${SOCKPATH}"
1616

1717
test_expect_success "configure with unix socket" '
1818
ipfs config Addresses.API "$SOCKADDR"

0 commit comments

Comments
 (0)