From: David Disseldorp Date: Thu, 7 Sep 2006 04:00:20 +0000 (+0000) Subject: initialize extra_mount_options as blank string in _check_xfs_filesystem to prevent... X-Git-Tag: v1.1.0~584 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eadfa771b10f231a0c3e92d3ef1d23d77d4b1b2f;p=xfstests-dev.git initialize extra_mount_options as blank string in _check_xfs_filesystem to prevent mount arg duplication every test Merge of master-melb:xfs-cmds:26931a by kenmcd. fixed mount arg duplication causing irix mounts to fail --- diff --git a/common.rc b/common.rc index 92970abb..6be40f6d 100644 --- a/common.rc +++ b/common.rc @@ -690,6 +690,7 @@ _check_xfs_filesystem() exit 1 fi + extra_mount_options="" device=$1 if [ "$2" != "none" ]; then extra_log_options="-l$2"