@@ -163,7 +163,7 @@ interesting_prep() {
163
163
ipfs filestore rm $E_HASH
164
164
'
165
165
166
- test_expect_failure " 'filestore verify' produces expected output" '
166
+ test_expect_success " 'filestore verify' produces expected output" '
167
167
cp verify-initial verify-now &&
168
168
cmp_verify
169
169
'
@@ -185,7 +185,7 @@ ok QmaVeSKhGmPYxRyqA236Y4N5e4Rn6LGZKdCgaYUarEo5Nu
185
185
186
186
ok QmcAkMdfBPYVzDCM6Fkrz1h8WXcprH8BLF6DmjNUGhXAnm
187
187
EOF
188
- test_expect_failure " 'filestore clean orphan' (should remove 'changed' orphan)" '
188
+ test_expect_success " 'filestore clean orphan' (should remove 'changed' orphan)" '
189
189
ipfs filestore clean orphan &&
190
190
cmp_verify
191
191
'
@@ -205,7 +205,7 @@ orphan QmYswupx1AdGdTn6GeXVdaUBEe6rApd7GWSnobcuVZjeRV
205
205
orphan QmfDSgGhGsEf7LHC6gc7FbBMhGuYzxTLnbKqFBkWhGt8Qp
206
206
orphan QmSWnPbrLFmxfJ9vj2FvKKpVmu3SZprbt7KEbkUVjy7bMD
207
207
EOF
208
- test_expect_failure " 'filestore clean incomplete' (will create more orphans)" '
208
+ test_expect_success " 'filestore clean incomplete' (will create more orphans)" '
209
209
ipfs filestore clean incomplete &&
210
210
cmp_verify
211
211
'
@@ -221,7 +221,7 @@ ok QmaVeSKhGmPYxRyqA236Y4N5e4Rn6LGZKdCgaYUarEo5Nu
221
221
222
222
ok QmcAkMdfBPYVzDCM6Fkrz1h8WXcprH8BLF6DmjNUGhXAnm
223
223
EOF
224
- test_expect_failure " 'filestore clean orphan'" '
224
+ test_expect_success " 'filestore clean orphan'" '
225
225
ipfs filestore clean orphan &&
226
226
cmp_verify
227
227
'
@@ -238,7 +238,7 @@ orphan QmbZr7Fs6AJf7HpnTxDiYJqLXWDqAy3fKFXYVDkgSsH7DH
238
238
orphan QmToAcacDnpqm17jV7rRHmXcS9686Mk59KCEYGAMkh9qCX
239
239
orphan QmYtLWUVmevucXFN9q59taRT95Gxj5eJuLUhXKtwNna25t
240
240
EOF
241
- test_expect_failure " 'filestore clean changed incomplete' (will create more orphans)" '
241
+ test_expect_success " 'filestore clean changed incomplete' (will create more orphans)" '
242
242
ipfs filestore clean changed incomplete &&
243
243
cmp_verify
244
244
'
@@ -255,7 +255,7 @@ orphan QmToAcacDnpqm17jV7rRHmXcS9686Mk59KCEYGAMkh9qCX
255
255
orphan QmbZr7Fs6AJf7HpnTxDiYJqLXWDqAy3fKFXYVDkgSsH7DH
256
256
orphan QmYtLWUVmevucXFN9q59taRT95Gxj5eJuLUhXKtwNna25t
257
257
EOF
258
- test_expect_failure " 'filestore clean no-file' (will create an incomplete)" '
258
+ test_expect_success " 'filestore clean no-file' (will create an incomplete)" '
259
259
ipfs filestore clean no-file &&
260
260
cmp_verify
261
261
'
@@ -265,7 +265,7 @@ ok QmaVeSKhGmPYxRyqA236Y4N5e4Rn6LGZKdCgaYUarEo5Nu
265
265
266
266
ok QmcAkMdfBPYVzDCM6Fkrz1h8WXcprH8BLF6DmjNUGhXAnm
267
267
EOF
268
- test_expect_failure " 'filestore clean incomplete orphan' (cleanup)" '
268
+ test_expect_success " 'filestore clean incomplete orphan' (cleanup)" '
269
269
cp verify-final verify-now &&
270
270
ipfs filestore clean incomplete orphan &&
271
271
cmp_verify
@@ -277,7 +277,7 @@ test_expect_failure "'filestore clean incomplete orphan' (cleanup)" '
277
277
278
278
interesting_prep
279
279
280
- test_expect_failure " 'filestore clean full'" '
280
+ test_expect_success " 'filestore clean full'" '
281
281
cp verify-final verify-now &&
282
282
ipfs filestore clean full &&
283
283
cmp_verify
0 commit comments