18947: Remove errant uses of runsu.sh.
[arvados.git] / sdk / cwl / tests / submit_test_job.json
1 {
2     "x": {
3         "class": "File",
4         "path": "input/blorp.txt"
5     },
6     "y": {
7         "class": "Directory",
8         "location": "keep:99999999999999999999999999999998+99",
9         "listing": [{
10             "class": "File",
11             "location": "keep:99999999999999999999999999999998+99/file1.txt"
12         }]
13     },
14     "z": {
15         "class": "Directory",
16         "basename": "anonymous",
17         "listing": [{
18             "basename": "renamed.txt",
19             "class": "File",
20             "location": "keep:99999999999999999999999999999998+99/file1.txt"
21         }]
22     }
23 }