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/quota/bug-1049323.t | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'tests/bugs/quota/bug-1049323.t') diff --git a/tests/bugs/quota/bug-1049323.t b/tests/bugs/quota/bug-1049323.t index 818c5f0e65b..95ef91d4272 100755 --- a/tests/bugs/quota/bug-1049323.t +++ b/tests/bugs/quota/bug-1049323.t @@ -30,19 +30,6 @@ TEST $CLI volume quota $V0 enable sleep 3; } -function get_aux() -{ -##Check if a auxiliary mount is there -df -h | grep "/var/run/gluster/$V0" - - -if [ $? -eq 0 ] -then - echo "0" -else - echo "1" -fi -} - function create_data() { #set some limit on the volume -- cgit