From c5f325e580540d81903360920094aafcc6ad4008 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 31 Dec 2023 00:49:58 +0100 Subject: add goss --- tests/command.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/command.yaml (limited to 'tests/command.yaml') diff --git a/tests/command.yaml b/tests/command.yaml new file mode 100644 index 0000000..69133ef --- /dev/null +++ b/tests/command.yaml @@ -0,0 +1,13 @@ +--- +command: + 'curl --version': + exit-status: 0 + stderr: [] + stdout: + - curl + + 'bsdtar --version': + exit-status: 0 + stderr: [] + stdout: + - bsdtar -- cgit v1.2.3