@@ -104,7 +104,7 @@ func TestIPFSSimple(t *testing.T) {
104
104
helpers .Ensure ("pull" , "ipfs://" + data .Get (transformedImageCIDKey ))
105
105
},
106
106
Cleanup : func (data test.Data , helpers test.Helpers ) {
107
- helpers .Anyhow ("rm" , data .Identifier ("commit-container" ))
107
+ helpers .Anyhow ("rm" , "-f" , data .Identifier ("commit-container" ))
108
108
helpers .Anyhow ("rmi" , "-f" , data .Identifier ("commit-image" ))
109
109
if data .Get (mainImageCIDKey ) != "" {
110
110
helpers .Anyhow ("rmi" , "-f" , data .Get (mainImageCIDKey ))
@@ -142,7 +142,7 @@ func TestIPFSSimple(t *testing.T) {
142
142
helpers .Ensure ("pull" , "ipfs://" + data .Get (transformedImageCIDKey ))
143
143
},
144
144
Cleanup : func (data test.Data , helpers test.Helpers ) {
145
- helpers .Anyhow ("rm" , data .Identifier ("commit-container" ))
145
+ helpers .Anyhow ("rm" , "-f" , data .Identifier ("commit-container" ))
146
146
helpers .Anyhow ("rmi" , "-f" , data .Identifier ("commit-image" ))
147
147
if data .Get (mainImageCIDKey ) != "" {
148
148
helpers .Anyhow ("rmi" , "-f" , data .Get (mainImageCIDKey ))
0 commit comments