diff options
author | Christian Segundo | 2023-12-31 00:49:58 +0100 |
---|---|---|
committer | Christian Segundo | 2023-12-31 12:00:02 +0100 |
commit | c5f325e580540d81903360920094aafcc6ad4008 (patch) | |
tree | e20b666c71b912bb4103a2421b3ca2d547f16328 /tests/command.yaml | |
parent | df2b48edbb77e40dbd93e1c097b0b1cacde8a74a (diff) | |
download | languagetool-c5f325e580540d81903360920094aafcc6ad4008.tar.gz |
add goss
Diffstat (limited to 'tests/command.yaml')
-rw-r--r-- | tests/command.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
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 |