From ddd1f0acb5a8fd4aacdb584b3d8a78f74024ba77 Mon Sep 17 00:00:00 2001 From: Zhihao Cheng Date: Mon, 11 Nov 2024 17:08:19 +0800 Subject: tests: ubifs_tools: fsck_tests: Add authentication refusing test Authenticated UBIFS image is not supported in fsck, add testcase to check that. Signed-off-by: Zhihao Cheng Signed-off-by: David Oberhollenzer --- tests/ubifs_tools-tests/Makemodule.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/ubifs_tools-tests/Makemodule.am') diff --git a/tests/ubifs_tools-tests/Makemodule.am b/tests/ubifs_tools-tests/Makemodule.am index 265c9cc..6b53398 100644 --- a/tests/ubifs_tools-tests/Makemodule.am +++ b/tests/ubifs_tools-tests/Makemodule.am @@ -1,2 +1,3 @@ test_SCRIPTS += \ - tests/ubifs_tools-tests/lib/common.sh + tests/ubifs_tools-tests/lib/common.sh \ + tests/ubifs_tools-tests/fsck_tests/authentication_refuse.sh -- cgit v1.2.3