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"