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