diff options
Diffstat (limited to 'tests/bugs/quota/bug-1038598.t')
-rw-r--r-- | tests/bugs/quota/bug-1038598.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs/quota/bug-1038598.t b/tests/bugs/quota/bug-1038598.t index c51bc470ce1..d930a4f62e8 100644 --- a/tests/bugs/quota/bug-1038598.t +++ b/tests/bugs/quota/bug-1038598.t @@ -76,5 +76,7 @@ TEST $CLI volume set $V0 features.soft-timeout 0 TEST ! dd if=/dev/zero of=$M0/test_dir/file1.txt bs=1024k count=15 EXPECT 'Yes' sl_exceeded "/test_dir"; EXPECT 'Yes' hl_exceeded "/test_dir"; +TEST $CLI volume stop $V0 +EXPECT "1" get_aux cleanup; |