summaryrefslogtreecommitdiff
path: root/subplot/summain.yaml
blob: 2fd12a5c6d78dff335423cd7d4ce5534ddf11110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- given: an installed summain
  function: install_summain

- given: directory {dirname}
  function: create_directory

- given: file {filename}
  function: create_file

- given: symlink {linkname} pointing at {target}
  function: create_symlink

- given: atime for {filename} is {timestamp}
  function: set_atime

- given: mtime for {filename} is {timestamp}
  function: set_mtime

- then: output matches file {filename}
  function: output_matches_file