From 12f0c3ab400df121182c6b0a92a2bebc32ebc384 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Mon, 10 Oct 2011 11:58:37 +0530 Subject: dvm: fix some typos present in the patches for 2010 and 2095 --- dvm/2010/testcase | 2 +- dvm/2095/testcase | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dvm/2010/testcase b/dvm/2010/testcase index e3052b7..9bee4b5 100755 --- a/dvm/2010/testcase +++ b/dvm/2010/testcase @@ -1,6 +1,6 @@ #!/bin/bash -source $cw$cwd/regression_helpers +source $cwd/regression_helpers $GLUSTERFSDIR/gluster volume create $global_bug_id $(hostname):$EXPORT_DIR/$global_bug_id/export1 2>/dev/null 1>/dev/null; diff --git a/dvm/2095/testcase b/dvm/2095/testcase index a6f2eac..5fe7330 100755 --- a/dvm/2095/testcase +++ b/dvm/2095/testcase @@ -21,7 +21,7 @@ function main () exit 22; fi - grep "option transport-type rdma" /etc/glusterd/vols/$global_bug_id/"$global_bug_id"-fuse.vol 2>/dev/null 1>/dev/null; + grep "option transport-type rdma" /etc/glusterd/vols/$global_bug_id/"$global_bug_id".rdma-fuse.vol 2>/dev/null 1>/dev/null; op_ret=$?; -- cgit