Commit 6eca4928 authored by Steven Allen's avatar Steven Allen

test(sharness): fix fuse tests

We count "mount" IPNS if it refers to a file instead of a directory.
parent 31ca7ce2
......@@ -22,9 +22,9 @@ test_expect_success 'init iptb' '
'
# pre-mount publish
HASH=$(echo 'hello warld' | ipfsi 0 add -q)
HASH=$(echo 'hello warld' | ipfsi 0 add -Q -w --stdin-name "file")
test_expect_success "can publish before mounting /ipns" '
ipfsi 0 name publish '$HASH'
ipfsi 0 name publish "$HASH"
'
# mount
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment