Skip to content

Commit

Permalink
fix tasts
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed May 5, 2024
1 parent 5e39107 commit f618b52
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@ commandTests:
command: "rsync"
args: ["--version"]
expectedOutput: ["rsync version 3.*"]
- name: 'Certbot command'
command: "certbot"
args: ["--version"]
expectedOutput: ["certbot 2.*"]
- name: 'Docker command'
command: "docker"
args: ["--version"]
expectedOutput: ["Docker version 25.*"]
- name: 'PHP info'
command: "php"
args: ["-m"]
Expand All @@ -115,14 +107,7 @@ commandTests:
- ".*yaml.*"
- ".*scrypt.*"
- ".*curl.*"
- ".*PDO.*"
- ".*pdo_mysql.*"
- ".*zstd.*"
- ".*brotli.*"
- ".*lz4.*"
- ".*snappy.*"
- name: 'PHP intl'
command: "php"
args: ["-r", 'print(\Normalizer::FORM_D);']
expectedOutput:
- "4"
- ".*snappy.*"

0 comments on commit f618b52

Please sign in to comment.