diff --git a/include/tests_custom.template b/include/tests_custom.template index f71b5210..6486956b 100644 --- a/include/tests_custom.template +++ b/include/tests_custom.template @@ -57,9 +57,10 @@ Display --indent 2 --text "OS: Linux" --result OK --color GREEN ;; # Matching several platforms - "FreeBSD"|"NetBSD"|"OpenBSD") + "FreeBSD" | "NetBSD" | "OpenBSD") LogText "Found an operating system based on BSD" Display --indent 2 --text "OS: *BSD" --result OK --color GREEN + ;; # Catch-all for unknown values *) LogText "Did find another operating system"