@cryptotaxi247 / kubo / commits / 880f37893

t0240: swap 'resolve' and 'expected'

License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>

Christian Couder committed Oct 3, 2015 at 22:46 UTC 880f378932f78e14d8f4243f3557355165f69edd
1 file changed +2 -2
test/sharness/t0240-republisher.sh
+2 -2
@@ -63,8 +63,8 @@ verify_can_resolve() {
63 '
64
65 test_expect_success "output looks right" '
66 - printf /ipfs/$expected > expected &&
67 - test_cmp resolve expected
66 + printf "/ipfs/$expected" > expected &&
67 + test_cmp expected resolve
68 '
69 }
70