From 17f98d56973506fad6e7a75c4458464658b4e03e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 1 Jul 2026 14:51:43 +0100 Subject: tests: Simplify external CWL workflow relative path test. --- test-data/external-cwl-workflow.scm | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test-data/external-cwl-workflow.scm (limited to 'test-data/external-cwl-workflow.scm') 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")) -- cgit 1.4.1