blob: 4bf041ad7fe0bb7f7625ef2af01468154b962b44 [file] [log] [blame]
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -05001#
Chris Kay0802fbc2022-11-15 12:20:02 +00002# Copyright (c) 2021-2022 Arm Limited. All rights reserved.
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -05003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6# Script to interact with a Busybox filesystem
7#
8# This script is not standalone and should be sourced by a top expect script.
9#
10
Leonardo Sandoval5cfc11f2021-09-08 16:08:13 -050011expect_string+=('i;init.sh')
12expect_string+=('i;.* # ')
Chris Kay0802fbc2022-11-15 12:20:02 +000013expect_string+=('i;;;;@')