diff options
Diffstat (limited to 'tests/bugs')
-rw-r--r-- | tests/bugs/quota/bug-1202244-support-inode-quota.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs/quota/bug-1202244-support-inode-quota.t b/tests/bugs/quota/bug-1202244-support-inode-quota.t index cd8fa94b643..da781cc14b2 100644 --- a/tests/bugs/quota/bug-1202244-support-inode-quota.t +++ b/tests/bugs/quota/bug-1202244-support-inode-quota.t @@ -37,5 +37,7 @@ EXPECT "" get_quota_value "list" "/dir" TEST $CLI volume quota $V0 remove-objects /dir; EXPECT "" get_quota_value "list-objects" "/dir" +TEST $CLI volume stop $V0 +EXPECT "1" get_aux cleanup; |