From 142e34e3b89aa02f93a4766f12568ed8ebc82881 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 28 Feb 2017 11:33:56 -0500 Subject: [PATCH] Make the "dir5.cwl" pass if the implementation uses symlinks. --- v1.0/v1.0/dir5.cwl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1.0/v1.0/dir5.cwl b/v1.0/v1.0/dir5.cwl index af3a80a82..ac22a758b 100644 --- a/v1.0/v1.0/dir5.cwl +++ b/v1.0/v1.0/dir5.cwl @@ -11,7 +11,7 @@ outputs: type: File outputBinding: glob: output.txt -arguments: ["find", ".", +arguments: ["find", "-L", ".", {shellQuote: false, valueFrom: "|"}, "sort"] stdout: output.txt \ No newline at end of file