Commit 880f3789 authored by Christian Couder's avatar Christian Couder

t0240: swap 'resolve' and 'expected'

License: MIT
Signed-off-by: default avatarChristian Couder <chriscool@tuxfamily.org>
parent 0f7f0495
......@@ -63,8 +63,8 @@ verify_can_resolve() {
'
test_expect_success "output looks right" '
printf /ipfs/$expected > expected &&
test_cmp resolve expected
printf "/ipfs/$expected" > expected &&
test_cmp expected resolve
'
}
......
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