aboutsummaryrefslogtreecommitdiff
path: root/tests/command.yaml
diff options
context:
space:
mode:
authorChristian Segundo2023-12-31 00:49:58 +0100
committerChristian Segundo2023-12-31 12:00:02 +0100
commitc5f325e580540d81903360920094aafcc6ad4008 (patch)
treee20b666c71b912bb4103a2421b3ca2d547f16328 /tests/command.yaml
parentdf2b48edbb77e40dbd93e1c097b0b1cacde8a74a (diff)
downloadlanguagetool-c5f325e580540d81903360920094aafcc6ad4008.tar.gz
add goss
Diffstat (limited to 'tests/command.yaml')
-rw-r--r--tests/command.yaml13
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