1From 714542f009860e1652bc06d05ab939290374a114 Mon Sep 17 00:00:00 2001 2From: Alex Kiernan <alex.kiernan@gmail.com> 3Date: Thu, 26 Jan 2023 08:27:12 +0000 4Subject: [PATCH 1/2] tests: builtin_trusted: Failure command is `failed` 5 6Upstream-Status: Pending 7Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> 8--- 9 tests/features/builtin_trusted/runtest.sh | 2 +- 10 1 file changed, 1 insertion(+), 1 deletion(-) 11 12diff --git a/tests/features/builtin_trusted/runtest.sh b/tests/features/builtin_trusted/runtest.sh 13index 27910b5fa8e7..437f5ad1d6b2 100644 14--- a/tests/features/builtin_trusted/runtest.sh 15+++ b/tests/features/builtin_trusted/runtest.sh 16@@ -24,7 +24,7 @@ id_key --to=blk %:.blacklist 17 # There should be at least one built-in trusted key for module signing. 18 list_keyring $btk 19 expect_keyring_rlist bkeys 20-if [ `echo $bkeys | wc -w` = 0 ]; then fail; fi 21+if [ `echo $bkeys | wc -w` = 0 ]; then failed; fi 22 23 # Check we can't add random keys to those keyrings 24 marker "TRY ADDING USER KEYS" 25-- 262.39.0 27 28