Skip to content

Commit 9dfbb8e

Browse files
author
Peter Amstutz
committed
Update tests to use InitialWorkDirRequirement
1 parent 5239b16 commit 9dfbb8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

draft-4/draft-4/rename.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class: CommandLineTool
22
cwlVersion: cwl:draft-4.dev3
33
baseCommand: "true"
44
requirements:
5-
CreateFileRequirement:
5+
InitialWorkDirRequirement:
66
listing:
77
- entryname: $(inputs.newname)
88
entry: $(inputs.srcfile)

draft-4/draft-4/template-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requirements:
88
expressionLib:
99
- { $include: underscore.js }
1010
- "var t = function(s) { return _.template(s)({'inputs': inputs}); };"
11-
- class: CreateFileRequirement
11+
- class: InitialWorkDirRequirement
1212
listing:
1313
foo.txt: >
1414
$(t("The file is <%= inputs.file1.path.split('/').slice(-1)[0] %>\n"))

0 commit comments

Comments
 (0)