From 75808db17caf8b960b351e3408e74142f4c85aac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:42:30 +0200 Subject: Adding upstream version 2.117.0. Signed-off-by: Daniel Baumann --- t/recipes/checks/systemd/legacy-scripts/eval/desc | 2 ++ t/recipes/checks/systemd/legacy-scripts/eval/hints | 6 ++++++ t/recipes/checks/systemd/legacy-scripts/eval/post-test | 1 + 3 files changed, 9 insertions(+) create mode 100644 t/recipes/checks/systemd/legacy-scripts/eval/desc create mode 100644 t/recipes/checks/systemd/legacy-scripts/eval/hints create mode 100644 t/recipes/checks/systemd/legacy-scripts/eval/post-test (limited to 't/recipes/checks/systemd/legacy-scripts/eval') diff --git a/t/recipes/checks/systemd/legacy-scripts/eval/desc b/t/recipes/checks/systemd/legacy-scripts/eval/desc new file mode 100644 index 0000000..32e5996 --- /dev/null +++ b/t/recipes/checks/systemd/legacy-scripts/eval/desc @@ -0,0 +1,2 @@ +Testname: legacy-scripts +Check: systemd diff --git a/t/recipes/checks/systemd/legacy-scripts/eval/hints b/t/recipes/checks/systemd/legacy-scripts/eval/hints new file mode 100644 index 0000000..5351e04 --- /dev/null +++ b/t/recipes/checks/systemd/legacy-scripts/eval/hints @@ -0,0 +1,6 @@ +scripts (binary): missing-systemd-service-for-init.d-script no-lsb [etc/init.d/no-lsb] +scripts (binary): missing-systemd-service-for-init.d-script lsb-other [etc/init.d/lsb-other] +scripts (binary): missing-systemd-service-for-init.d-script lsb-broken [etc/init.d/lsb-broken] +scripts (binary): init.d-script-does-not-source-init-functions [etc/init.d/no-lsb] +scripts (binary): init.d-script-does-not-source-init-functions [etc/init.d/lsb-other] +scripts (binary): init.d-script-does-not-source-init-functions [etc/init.d/lsb-broken] diff --git a/t/recipes/checks/systemd/legacy-scripts/eval/post-test b/t/recipes/checks/systemd/legacy-scripts/eval/post-test new file mode 100644 index 0000000..faeef0b --- /dev/null +++ b/t/recipes/checks/systemd/legacy-scripts/eval/post-test @@ -0,0 +1 @@ +s/\(current is ([0-9]+\.)+[0-9]\)/(current is CURRENT)/ -- cgit v1.2.3