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. --- tests/lang.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/lang.scm') diff --git a/tests/lang.scm b/tests/lang.scm index d8a891b..5c506bc 100644 --- a/tests/lang.scm +++ b/tests/lang.scm @@ -23,9 +23,6 @@ (test-begin "lang") -(test-assert "load source file referencing external CWL workflow relative to it" - (ccwl-load "test-data/external-cwl-workflow.scm")) - (test-condition "loading non-existent source file must raise a &ccwl-violation" ccwl-violation? (ccwl-load "/non-existent/file.scm")) -- cgit 1.4.1