8784: Fix test for latest firefox.
[arvados.git] / sdk / cwl / tests / collection_per_tool / step2.cwl
1 cwlVersion: v1.0
2 class: CommandLineTool
3 inputs:
4   c:
5     type: File
6     default:
7       class: File
8       location: c.txt
9   b:
10     type: File
11     default:
12       class: File
13       location: b.txt
14 outputs: []
15 arguments: [echo, $(inputs.c), $(inputs.b)]