blob: 86561e35e9b9a9ea3bad66ea30b85cb12b12ee84 [file] [log] [blame]
#
# Copyright (c) 2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Expect script
#
# Expect the test to have set a fault message
if [ -n "${tftf_fault_msg}" ]; then
expect_string+=("i;${tftf_fault_msg}")
fi