ipfs / go-mfs

An in memory model of a mutable IPFS filesystem
MIT License
46 stars 26 forks source link

fix: not remove file by mistakes #73

Closed qiwaa closed 5 years ago

qiwaa commented 5 years ago

ref: #https://github.com/ipfs/go-ipfs/issues/6127

Stebalien commented 5 years ago

That's a nasty bug, thanks for catching it! Mind adding a test to test/sharness/t0250-files-api.sh?

qiwaa commented 5 years ago

OK, I would like to do that.

Stebalien commented 5 years ago

Thanks!