Whamcloud - gitweb
LU-11673 tests: quote argument of -n conf-sanity 69/35669/3
authorJames Nunez <jnunez@whamcloud.com>
Thu, 1 Aug 2019 21:23:14 +0000 (15:23 -0600)
committerOleg Drokin <green@whamcloud.com>
Thu, 15 Aug 2019 07:55:00 +0000 (07:55 +0000)
commit443cc6e51f0202b9bc40c256259c4fc14ae3f7af
tree1b9cd52a4b0621977a963a2f356a8a27309c3e03
parent49bced40ab3628590b720bcf74dbe38f8abada38
LU-11673 tests: quote argument of -n conf-sanity

Inside the single bracket test function '[', the argument
of the ā€˜-nā€™ flag should be quoted arguments.  If the -n
argument is not quoted, a blank value will cause the
variable to disappear and this causes issues.  Quote the
argument or use [[ ]].

conf-sanity test 79 has two cases where the ā€˜-nā€™ argument
is not quoted.  Let's correct this.

Test-Parameters: trivial envdefinitions=ONLY=79 testlist=conf-sanity
Signed-off-by: James Nunez <jnunez@whamcloud.com>
Change-Id: I4b3a43de064d1992439dc25ecc7b0682520f74c9
Reviewed-on: https://review.whamcloud.com/35669
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Wei Liu <sarah@whamcloud.com>
lustre/tests/conf-sanity.sh