.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@11222 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-07-09 10:26:51 +00:00
parent 827c8461e9
commit 2204d206c1

View file

@ -14,7 +14,7 @@ CONSOLE_APP_MAIN
ASSERT(q >= 4);
int n = atoi(~s + q - 3);
LOG("Filesystem uses " << n << "%");
ASSERT(n > 10 && n < 90);
ASSERT(n > 10 && n < 80);
for(auto dir : Split("/net/nas1/bak;/net/nas/bak;/bak;/big/bak", ';')) {
FindFile ff(dir + "/*");