Unverified Commit 4b10fdb3 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #7320 from ipfs/fix/fuse-tests

test(sharness): fix fuse tests
parents b367bbac 6eca4928
...@@ -22,9 +22,9 @@ test_expect_success 'init iptb' ' ...@@ -22,9 +22,9 @@ test_expect_success 'init iptb' '
' '
# pre-mount publish # 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" ' test_expect_success "can publish before mounting /ipns" '
ipfsi 0 name publish '$HASH' ipfsi 0 name publish "$HASH"
' '
# mount # 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