diff options
Diffstat (limited to 'tests/futility/test_update.sh')
-rwxr-xr-x | tests/futility/test_update.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/futility/test_update.sh b/tests/futility/test_update.sh index c7ade51a..aaf46904 100755 --- a/tests/futility/test_update.sh +++ b/tests/futility/test_update.sh @@ -16,6 +16,6 @@ cd "$OUTDIR" set -o pipefail # Test command execution. -"${FUTILITY}" update -i "${LINK_BIOS}" | - grep "RO:${LINK_VERSION}, RW/A:${LINK_VERSION}, RW/B:${LINK_VERSION}" -"${FUTILITY}" --debug update -i "${LINK_BIOS}" | grep 8388608 + +# The updater is now currently always loading system firmware using flashrom(8) +# and can't be tested until an emulation interface is implemented. |