Remove external df module

It has some parsing issues with locale
This commit is contained in:
Girish Ramakrishnan
2022-10-18 19:32:07 +02:00
parent 8b295fbfdb
commit 17c7cc5ec7
9 changed files with 105 additions and 196 deletions
+1
View File
@@ -22,6 +22,7 @@ describe('System', function () {
const disks = await system.getDisks();
expect(disks).to.be.ok();
expect(disks.some(d => d.mountpoint === '/')).to.be.ok();
});
it('can check for disk space', async function () {