mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@11222 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
827c8461e9
commit
2204d206c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 + "/*");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue