test/sharness: rm quotes
Matt Bell committed
Feb 2, 2015 at 10:13 UTC
48885377fc6339f0057e03bdcfa19eaee11158c9
1 file changed
+1
-1
test/sharness/t0040-add-and-cat.sh
+1
-1
@@ -171,7 +171,7 @@ test_expect_success "ipfs add -w succeeds" '
171
172
test_expect_success "ipfs add -w output looks good" '
173
HASH="QmVJfrqd4ogGZME6LWkkikAGddYgh9dBs2U14DHZZUBk7W" &&
174
- echo "added "$HASH/hello.txt" mountdir/hello.txt" >expected &&
174
+ echo "added $HASH/hello.txt mountdir/hello.txt" >expected &&
175
test_cmp expected actual
176
'
177