diff options
| author | Arun Isaac | 2026-07-01 14:51:43 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-07-01 23:14:41 +0100 |
| commit | 17f98d56973506fad6e7a75c4458464658b4e03e (patch) | |
| tree | c78a5fe7bf176513872accba0fa09ff16686b986 /test-data/external-cwl-workflow.scm | |
| parent | 1578e7df972b61e8ece643dc9109492436e711f8 (diff) | |
| download | ccwl-17f98d56973506fad6e7a75c4458464658b4e03e.tar.gz ccwl-17f98d56973506fad6e7a75c4458464658b4e03e.tar.lz ccwl-17f98d56973506fad6e7a75c4458464658b4e03e.zip | |
tests: Simplify external CWL workflow relative path test.
Diffstat (limited to 'test-data/external-cwl-workflow.scm')
| -rw-r--r-- | test-data/external-cwl-workflow.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test-data/external-cwl-workflow.scm b/test-data/external-cwl-workflow.scm deleted file mode 100644 index 74c91c1..0000000 --- a/test-data/external-cwl-workflow.scm +++ /dev/null @@ -1,7 +0,0 @@ -(define echo - (cwl-workflow "echo.cwl")) - -;; TODO: Remove this workflow and return echo directly once bug -;; a9352f5 is fixed. -(workflow ((message #:type string)) - (echo #:message "foo")) |
