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.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/futility/test_update.sh b/tests/futility/test_update.sh
index 31f3ecbf..d2ab0288 100755
--- a/tests/futility/test_update.sh
+++ b/tests/futility/test_update.sh
@@ -471,8 +471,8 @@ test_update "Full update (-a, model=WL, no VPD, default keys)" \
if type flashrom >/dev/null 2>&1; then
echo "TEST: Full update (dummy programmer)"
cp -f "${FROM_IMAGE}" "${TMP}.emu"
- sudo "${FUTILITY}" update --programmer \
- dummy:emulate=VARIABLE_SIZE,image=${TMP}.emu,size=8388608 \
+ "${FUTILITY}" update --programmer \
+ dummy:emulate=VARIABLE_SIZE,image="${TMP}".emu,size=8388608 \
-i "${TO_IMAGE}" --wp=0 --sys_props 0,0x10001,1,3 >&2
cmp "${TMP}.emu" "${TMP}.expected.full"
fi