From 8df4f205b921bee359e415bae51072dd612044d7 Mon Sep 17 00:00:00 2001 From: John Schutz <328434+tofupup@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:09:07 -0500 Subject: [PATCH] Fix entrypoint container test with new error msg --- .github/.container-structure-test-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/.container-structure-test-config.yaml b/.github/.container-structure-test-config.yaml index 01b791cf5..c485db00f 100644 --- a/.github/.container-structure-test-config.yaml +++ b/.github/.container-structure-test-config.yaml @@ -66,7 +66,7 @@ commandTests: value: "1000:1000" command: "/entrypoint.sh" args: [ "-V" ] - expectedOutput: ["^user:gid 1000:1000 lacks permissions to //\\n$"] + expectedError: ["^ERROR: uid:gid 1000:1000 lacks permissions to //\\n$"] exitCode: 1 - name: "su-exec"