aboutsummaryrefslogtreecommitdiff
path: root/tests/command.yaml
diff options
context:
space:
mode:
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