From 7759748915485d6c740a7fed831376f298eb90bb Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Fri, 1 May 2015 11:01:15 +0530 Subject: tests: Check aux umount is unmounted for quota tests Change-Id: If57d08f3446755ea41f66ca258efcc8ea5a89063 BUG: 1217701 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/10480 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- tests/bugs/posix/bug-990028.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/bugs/posix') diff --git a/tests/bugs/posix/bug-990028.t b/tests/bugs/posix/bug-990028.t index a35ea2a9f6e..d04bb2b4af1 100755 --- a/tests/bugs/posix/bug-990028.t +++ b/tests/bugs/posix/bug-990028.t @@ -1,6 +1,7 @@ #!/bin/bash . $(dirname $0)/../../include.rc +. $(dirname $0)/../../volume.rc . $(dirname $0)/../../fileio.rc cleanup; @@ -151,5 +152,7 @@ function links_across_directories() __init; links_in_same_directory; links_across_directories; +TEST $CLI volume stop $V0 +EXPECT "1" get_aux cleanup -- cgit