diff --git a/v1.0/conformance_test_v1.0.yaml b/v1.0/conformance_test_v1.0.yaml index 365e752f4..8d5a61b9b 100644 --- a/v1.0/conformance_test_v1.0.yaml +++ b/v1.0/conformance_test_v1.0.yaml @@ -789,10 +789,10 @@ - job: v1.0/dir4-job.yml output: { "outlist": { - "checksum": "sha1$2ab6f189e84753c05a23413fbf6b6fbf4c53489f", - "size": 90, - "location": "output.txt", - "class": "File" + "checksum": "sha1$13cda8661796ae241da3a18668fb552161a72592", + "size": 20, + "location": "output.txt", + "class": "File" } } tool: v1.0/dir4.cwl diff --git a/v1.0/v1.0/dir4.cwl b/v1.0/v1.0/dir4.cwl index 1e3e862a5..a585d98ad 100644 --- a/v1.0/v1.0/dir4.cwl +++ b/v1.0/v1.0/dir4.cwl @@ -9,9 +9,9 @@ outputs: type: File outputBinding: glob: output.txt -arguments: ["cd", "$(inputs.inf.dirname)", +arguments: ["cd", "$(inputs.inf.dirname)/xtestdir", {shellQuote: false, valueFrom: "&&"}, "find", ".", {shellQuote: false, valueFrom: "|"}, "sort"] -stdout: output.txt \ No newline at end of file +stdout: output.txt