From 9c5451d29db6d3bba7abe580896f249a8464f6b6 Mon Sep 17 00:00:00 2001 From: Brian Ginsbach Date: Thu, 19 Mar 2020 21:30:10 -0500 Subject: [PATCH] Make BOOT-5260 Linux only Linux is the only OS with systemd so no need to check for systemd single user mode on other operatings systems. --- include/tests_boot_services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_boot_services b/include/tests_boot_services index 0b72ab0a..f280cb86 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -849,7 +849,7 @@ # # Test : BOOT-5260 # Description : Check single user mode for systemd - Register --test-no BOOT-5260 --weight L --network NO --category security --description "Check single user mode for systemd" + Register --test-no BOOT-5260 --os Linux --weight L --network NO --category security --description "Check single user mode for systemd" if [ ${SKIPTEST} -eq 0 ]; then LogText "Test: Searching /usr/lib/systemd/system/rescue.service" if [ -f ${ROOTDIR}usr/lib/systemd/system/rescue.service ]; then