Added a test #4097

This commit is contained in:
Alexey Milovidov 2019-01-19 01:15:58 +03:00
parent b7544c12f4
commit 2752cf7eaf
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
1

View File

@ -0,0 +1 @@
SELECT filesystemCapacity() >= filesystemFree() AND filesystemFree() >= filesystemAvailable() AND filesystemAvailable() >= 0;