summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echotwo.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echotwo.yaml')
-rw-r--r--Master/texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echotwo.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echotwo.yaml b/Master/texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echotwo.yaml
deleted file mode 100644
index 61915393b52..00000000000
--- a/Master/texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echotwo.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-!config
-identifier: echotwo
-name: Test rule for conditionals 2
-commands:
- - name: The echoer
- command: >
- @{
- return getCommand('echo', 'QuackTwo');
- }
-arguments: []