Closed louix closed 2 years ago
Fixes issues like this:
Can manually test with renameOverwrite('/home/<user>/somefile.json', '/tmp/somefile.json'). Given you need to cross partitions, I'm not sure anything reliable can go into test.js.
renameOverwrite('/home/<user>/somefile.json', '/tmp/somefile.json')
test.js
Fixes issues like this:
Can manually test with
renameOverwrite('/home/<user>/somefile.json', '/tmp/somefile.json')
. Given you need to cross partitions, I'm not sure anything reliable can go intotest.js
.