summaryrefslogtreecommitdiffstats
path: root/dvm/2010/testcase
diff options
context:
space:
mode:
Diffstat (limited to 'dvm/2010/testcase')
-rwxr-xr-xdvm/2010/testcase5
1 files changed, 2 insertions, 3 deletions
diff --git a/dvm/2010/testcase b/dvm/2010/testcase
index cdc3055..d14f338 100755
--- a/dvm/2010/testcase
+++ b/dvm/2010/testcase
@@ -2,10 +2,9 @@
source ./regression_helpers
-VOLNAME="vol";
-$GLUSTERFSDIR/gluster volume create $VOLNAME $(hostname):$EXPORT_DIR/$global_bug_id/export1 2>/dev/null 1>/dev/null;
+$GLUSTERFSDIR/gluster volume create $global_bug_id $(hostname):$EXPORT_DIR/$global_bug_id/export1 2>/dev/null 1>/dev/null;
-$GLUSTERFSDIR/gluster --mode=script volume stop $VOLNAME | grep "started state" 2>/dev/null 1>/dev/null;
+$GLUSTERFSDIR/gluster --mode=script volume stop $global_bug_id | grep "started state" 2>/dev/null 1>/dev/null;
exit $?;