selftests/sgx: Treat CC as one argument
authorMuhammad Usama Anjum <usama.anjum@collabora.com>
Mon, 14 Feb 2022 18:41:09 +0000 (23:41 +0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 12:23:06 +0000 (14:23 +0200)
commit4d6e00474872a57176ac5f38422d2b15c22073df
tree007619131e19bf867671a7c7f3035d1e5c475123
parentd9172393f0f60a57ccadc037b0a68a573d6518b0
selftests/sgx: Treat CC as one argument

[ Upstream commit 6170abb21e2380477080b25145da9747ad467d3d ]

CC can have multiple sub-strings like "ccache gcc". For check_cc.sh,
CC needs to be treated like one argument. Put double quotes around it to
make CC one string and hence one argument.

Fixes: 2adcba79e69d ("selftests/x86: Add a selftest for SGX")
Reported-by: "kernelci.org bot" <bot@kernelci.org>
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lkml.kernel.org/r/20220214184109.3739179-3-usama.anjum@collabora.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/sgx/Makefile