about summary refs log tree commit diff
path: root/test-data/echo.cwl
diff options
context:
space:
mode:
authorArun Isaac2026-07-01 14:51:43 +0100
committerArun Isaac2026-07-01 23:14:41 +0100
commit17f98d56973506fad6e7a75c4458464658b4e03e (patch)
treec78a5fe7bf176513872accba0fa09ff16686b986 /test-data/echo.cwl
parent1578e7df972b61e8ece643dc9109492436e711f8 (diff)
downloadccwl-17f98d56973506fad6e7a75c4458464658b4e03e.tar.gz
ccwl-17f98d56973506fad6e7a75c4458464658b4e03e.tar.lz
ccwl-17f98d56973506fad6e7a75c4458464658b4e03e.zip
tests: Simplify external CWL workflow relative path test.
Diffstat (limited to 'test-data/echo.cwl')
-rw-r--r--test-data/echo.cwl7
1 files changed, 0 insertions, 7 deletions
diff --git a/test-data/echo.cwl b/test-data/echo.cwl
deleted file mode 100644
index b957a59..0000000
--- a/test-data/echo.cwl
+++ /dev/null
@@ -1,7 +0,0 @@
-cwlVersion: v1.2
-class: CommandLineTool
-baseCommand: echo
-inputs:
-  message:
-    type: string
-outputs: {}