summaryrefslogtreecommitdiffstats
path: root/dvm/2140
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2011-03-15 23:51:56 -0700
committerVijay Bellur <vijay@gluster.com>2011-03-17 12:17:27 +0530
commit7b57d9ff49a55a5d43edf406fc793c193fb5a898 (patch)
treea6fa38b8c5a8ef0253fa36258fe83196c7d7379c /dvm/2140
parentff62dce1d7171ba3c400f5e391a865ca53bf3904 (diff)
add test case for bug 2369 and use bug id as the volume name in all testcases
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'dvm/2140')
-rwxr-xr-xdvm/2140/testcase3
1 files changed, 1 insertions, 2 deletions
diff --git a/dvm/2140/testcase b/dvm/2140/testcase
index cc7ec09..34b7d5e 100755
--- a/dvm/2140/testcase
+++ b/dvm/2140/testcase
@@ -2,8 +2,7 @@
source ./regression_helpers
-VOLNAME="abcdefg";
-$GLUSTERFSDIR/gluster volume delete $VOLNAME --mode=script | grep -i "exist" 2>/dev/null 1>/dev/null
+$GLUSTERFSDIR/gluster volume delete $global_bug_id --mode=script | grep -i "exist" 2>/dev/null 1>/dev/null
exit $?;