diff options
Diffstat (limited to 'tests/ccwl.scm')
| -rw-r--r-- | tests/ccwl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |
