aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/igt
diff options
context:
space:
mode:
authorArthur <arthur.she@linaro.org>2020-05-26 13:12:47 -0700
committerArthur <arthur.she@linaro.org>2020-05-26 13:12:47 -0700
commit04ccc87abd9d92a6f3adb77497623702acbc254f (patch)
tree90bd078b151e63280d651e0f51f823c7214e6948 /automated/linux/igt
parentda21241e919c3f99abb16f203690a06778d09502 (diff)
igt: Fix operator
Signed-off-by: Arthur <arthur.she@linaro.org>
Diffstat (limited to 'automated/linux/igt')
-rwxr-xr-xautomated/linux/igt/igt-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/igt/igt-test.sh b/automated/linux/igt/igt-test.sh
index 42e73bd..961cf18 100755
--- a/automated/linux/igt/igt-test.sh
+++ b/automated/linux/igt/igt-test.sh
@@ -57,7 +57,7 @@ if [ -z "${IGT_DIR}" ] || [ -z "${TEST_LIST}" ]; then
usage
fi
-if [ "${TEST_LIST}" == "CHAMELIUM" ]; then
+if [ "${TEST_LIST}" = "CHAMELIUM" ]; then
if [ -z "${CHAMELIUM_IP}" ] || [ -z "${HDMI_DEV_NAME}" ]; then
usage
fi