diff --git a/tests/commander.yaml b/tests/commander.yaml index 3156fb7..8ac1d1c 100755 --- a/tests/commander.yaml +++ b/tests/commander.yaml @@ -31,3 +31,24 @@ tests: - Debian - amd64 - tar.gz + ./version.sh mdm: + exit-code: 0 + stdout: + not-contains: + - Debian + - amd64 + - tar.gz + ./version.sh files: + exit-code: 0 + stdout: + not-contains: + - Debian + - amd64 + - tar.gz + ./version.sh smime: + exit-code: 0 + stdout: + not-contains: + - Debian + - amd64 + - tar.gz \ No newline at end of file