diff options
Diffstat (limited to 'dvm/2294')
-rwxr-xr-x | dvm/2294/testcase | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dvm/2294/testcase b/dvm/2294/testcase index c363897..b0d8674 100755 --- a/dvm/2294/testcase +++ b/dvm/2294/testcase @@ -2,8 +2,7 @@ source ./regression_helpers -VOLNAME="vol"; -$GLUSTERFSDIR/gluster volume create $VOLNAME transport tcp,rdma $(hostname):$EXPORT_DIR/$global_bug_id/export1 2>/dev/null 1>/dev/null +$GLUSTERFSDIR/gluster volume create $global_bug_id transport tcp,rdma $(hostname):$EXPORT_DIR/$global_bug_id/export1 2>/dev/null 1>/dev/null exit $?; |