summaryrefslogtreecommitdiff
path: root/tests/futility/test_update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/futility/test_update.sh')
-rwxr-xr-xtests/futility/test_update.sh6
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.