summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-02-18 10:33:38 +0200
committerLars Wirzenius <liw@liw.fi>2021-02-18 10:33:38 +0200
commit9d8edeac3280dba38d94a50cc6ea685ca79e9566 (patch)
treef5f0d08347064a7e753dd0725b427dbc4d3d0489
parent73e89dd7760b6f37be3b8a6d110d12633bbbf651 (diff)
downloadsummain-rs-9d8edeac3280dba38d94a50cc6ea685ca79e9566.tar.gz
doc: explain why block, char devices aren't tested
-rw-r--r--summain.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/summain.md b/summain.md
index df2087e..47acba4 100644
--- a/summain.md
+++ b/summain.md
@@ -65,6 +65,15 @@ order.
# Acceptance criteria
+These scenarios verify that Summain handles the various kinds of file
+system objects it may encounter, with two exceptions: block and
+character devices. To create those, one needs to be the `root` user,
+and we don't want to have to run the test suite as root. Instead, we
+blithely rely on the output being correct for those anyway. Testing
+manually indicates that it works, and the only difference from, say,
+regular files is that the mode starts with a `b` or `c`, which is
+exactly correct.
+
## Directory
~~~scenario