From 1578e7df972b61e8ece643dc9109492436e711f8 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 1 Jul 2026 14:38:00 +0100 Subject: ccwl: Resolve cwl-workflow paths relative to source file path. --- tests/ccwl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ccwl.scm b/tests/ccwl.scm index d6703c7..38a8302 100644 --- a/tests/ccwl.scm +++ b/tests/ccwl.scm @@ -67,7 +67,7 @@ '(((spam string)) ((ham stdout) (eggs stdout))) - (let ((cwl-workflow (cwl-workflow "tests/input-output-parameters.cwl"))) + (let ((cwl-workflow (cwl-workflow "input-output-parameters.cwl"))) (list (map (lambda (input) (list (input-id input) (input-type input))) -- cgit 1.4.1