From 9ddea81a3b6f557c899c90ec84ac8463616e0bc5 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 5 May 2015 08:31:39 +0530 Subject: tests: Unmount aux quota mount Change-Id: Ie4ec40230e6b92d2e694b804a991246050b5fa51 BUG: 1202244 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/10539 Tested-by: Gluster Build System Tested-by: NetBSD Build System Reviewed-by: Sachin Pandit --- tests/bugs/quota/bug-1202244-support-inode-quota.t | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit