From 63b1c2e2a4cda315e8242f5bc0cf39a13319dae1 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Fri, 12 Sep 2014 16:54:45 +0530 Subject: tests: Fix typo in M2 definition Thanks to Anoop CS for finding the bug Change-Id: I237e3a396967096b8e49200aed279af970e0a4d5 BUG: 1141167 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/8707 Tested-by: Gluster Build System Reviewed-by: Justin Clift Reviewed-by: Anand Avati --- tests/include.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/include.rc b/tests/include.rc index 98c449387e5..7b490ea839e 100644 --- a/tests/include.rc +++ b/tests/include.rc @@ -1,6 +1,6 @@ M0=${M0:=/mnt/glusterfs/0}; # 0th mount point for FUSE M1=${M1:=/mnt/glusterfs/1}; # 1st mount point for FUSE -M2=${M1:=/mnt/glusterfs/2}; # 2nd mount point for FUSE +M2=${M2:=/mnt/glusterfs/2}; # 2nd mount point for FUSE N0=${N0:=/mnt/nfs/0}; # 0th mount point for NFS N1=${N1:=/mnt/nfs/1}; # 1st mount point for NFS V0=${V0:=patchy}; # volume name to use in tests @@ -59,7 +59,7 @@ CLI="gluster --mode=script --wignore"; GFS="glusterfs --attribute-timeout=0 --entry-timeout=0"; mkdir -p $B0; -mkdir -p $M0 $M1; +mkdir -p $M0 $M1 $M2; mkdir -p $N0 $N1; case $OSTYPE in -- cgit