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

- given: directory {dirname}
  function: create_directory

- given: socket {filename}
  function: create_socket

- given: file {filename}
  function: create_file

- given: file {filename} has mode {mode}
  function: set_mode

- 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