From e68e314b85e63412b792a2f459c6b7dd74af6ca2 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 23 May 2022 13:14:21 +0200 Subject: tests: add a fake openrc setup-alpine conditionally runs some parts depending on `openrc --sys` output. Add a fake openrc so we can test this in the future. This also fixes the CI which may not have openrc installed. --- tests/bin/openrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tests/bin/openrc diff --git a/tests/bin/openrc b/tests/bin/openrc new file mode 100755 index 0000000..c52d3c2 --- /dev/null +++ b/tests/bin/openrc @@ -0,0 +1,3 @@ +#!/bin/sh + +exit 0 -- cgit v1.2.3