diff options
| -rw-r--r-- | tests/volume.rc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/volume.rc b/tests/volume.rc index 8724c08d249..9bd9eca1ec5 100644 --- a/tests/volume.rc +++ b/tests/volume.rc @@ -547,7 +547,7 @@ function num_graphs  function get_aux()  {  ##Check if a auxiliary mount is there -df -h 2>&1 | grep "/var/run/gluster/$V0" - +df -h 2>&1 | grep -e "[[:space:]]/run/gluster/${V0}$" -e "[[:space:]]/var/run/gluster/${V0}$" -  if [ $? -eq 0 ]  then  | 
