add test for checkDiskSpace

This commit is contained in:
girish@cloudron.io
2016-01-25 16:03:12 -08:00
parent 436fc2ba13
commit 3ce841e050
2 changed files with 37 additions and 0 deletions

View File

@@ -776,3 +776,4 @@ function checkDiskSpace(callback) {
callback();
});
}