summaryrefslogtreecommitdiff
path: root/summain.md
diff options
context:
space:
mode:
Diffstat (limited to 'summain.md')
-rw-r--r--summain.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/summain.md b/summain.md
index e6a4d15..4652c7e 100644
--- a/summain.md
+++ b/summain.md
@@ -70,7 +70,6 @@ order.
~~~scenario
given an installed summain
given directory empty
-and atime for empty is 123
and mtime for empty is 456
when I run chmod a=rx empty
when I run summain empty
@@ -80,8 +79,6 @@ then output matches file empty.yaml
```{#empty.yaml .file .numberLines}
---
path: empty
-atime: 123
-atime_nsec: 0
mode: dr-xr-xr-x
mtime: 456
mtime_nsec: 0
@@ -96,7 +93,6 @@ sha256: ~
~~~scenario
given an installed summain
given file foo
-and atime for foo is 11
and mtime for foo is 22
when I run chmod a=rw foo
when I run summain foo
@@ -106,8 +102,6 @@ then output matches file foo.yaml
```{#foo.yaml .file .numberLines}
---
path: foo
-atime: 11
-atime_nsec: 0
mode: "-rw-rw-rw-"
mtime: 22
mtime_nsec: 0
@@ -121,7 +115,6 @@ sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
~~~scenario
given an installed summain
given file foo
-and atime for foo is 33
and mtime for foo is 44
when I run chmod a=r foo
when I run summain foo
@@ -131,8 +124,6 @@ then output matches file readonly.yaml
```{#readonly.yaml .file .numberLines}
---
path: foo
-atime: 33
-atime_nsec: 0
mode: "-r--r--r--"
mtime: 44
mtime_nsec: 0
@@ -146,10 +137,8 @@ sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
~~~scenario
given an installed summain
given file aaa
-and atime for aaa is 33
and mtime for aaa is 44
given file bbb
-and atime for bbb is 33
and mtime for bbb is 44
when I run chmod a=r aaa bbb
when I run summain bbb aaa
@@ -159,8 +148,6 @@ then output matches file aaabbb.yaml
```{#aaabbb.yaml .file .numberLines}
---
path: aaa
-atime: 33
-atime_nsec: 0
mode: "-r--r--r--"
mtime: 44
mtime_nsec: 0
@@ -169,8 +156,6 @@ size: 0
sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
---
path: bbb
-atime: 33
-atime_nsec: 0
mode: "-r--r--r--"
mtime: 44
mtime_nsec: 0