Commit 8f102d2 1 parent 7e69146 commit 8f102d2 Copy full SHA for 8f102d2
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ test_patch_create_path() {
20
20
'
21
21
22
22
test_expect_success " output looks good" '
23
- ipfs cat $PCOUT/$name > tpcp_out &&
24
- ipfs cat $target > tpcp_exp &&
25
- test_cmp tpcp_out tpcp_exp
23
+ ipfs cat " $PCOUT/$name" > tpcp_out &&
24
+ ipfs cat " $target" > tpcp_exp &&
25
+ test_cmp tpcp_exp tpcp_out
26
26
'
27
27
}
28
28
@@ -161,7 +161,7 @@ test_object_cmd() {
161
161
echo DataSize: 2 >> obj_stat_exp &&
162
162
echo CumulativeSize: 114 >> obj_stat_exp &&
163
163
164
- test_cmp obj_stat_out obj_stat_exp
164
+ test_cmp obj_stat_exp obj_stat_out
165
165
'
166
166
167
167
test_expect_success " should have created dir within a dir" '
@@ -188,7 +188,7 @@ test_object_cmd() {
188
188
189
189
test_expect_success " output looks good" '
190
190
echo "QmZD3r9cZjzU8huNY2JS9TC6n8daDfT8TmE8zBSqG31Wvq" > multi_link_rm_exp &&
191
- test_cmp multi_link_rm_out multi_link_rm_exp
191
+ test_cmp multi_link_rm_exp multi_link_rm_out
192
192
'
193
193
194
194
test_patch_create_path $EMPTY a/b/c $FILE
You can’t perform that action at this time.
0 commit comments