From f618b52a5366f9ed7024d9491b88dbefc778bfba Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 5 May 2024 07:47:56 +0000 Subject: [PATCH] fix tasts --- tests.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/tests.yaml b/tests.yaml index d6995ea..4490773 100644 --- a/tests.yaml +++ b/tests.yaml @@ -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"] @@ -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" \ No newline at end of file + - ".*snappy.*" \ No newline at end of file