Leonardo Sandoval | 6eff3f7 | 2021-05-03 11:12:37 -0500 | [diff] [blame] | 1 | # |
Chris Kay | 0802fbc | 2022-11-15 12:20:02 +0000 | [diff] [blame] | 2 | # Copyright (c) 2021-2022 Arm Limited. All rights reserved. |
Leonardo Sandoval | 6eff3f7 | 2021-05-03 11:12:37 -0500 | [diff] [blame] | 3 | # |
| 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 Sandoval | 5cfc11f | 2021-09-08 16:08:13 -0500 | [diff] [blame] | 11 | expect_string+=('i;init.sh') |
| 12 | expect_string+=('i;.* # ') |
Chris Kay | 0802fbc | 2022-11-15 12:20:02 +0000 | [diff] [blame] | 13 | expect_string+=('i;;;;@') |