diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-01-13 01:19:14 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-01-13 01:19:14 +0000 |
commit | dc254dfa8ef28c2657614aa41439706306aef01d (patch) | |
tree | 2034c390e082526c9adab06a1480f127f7e74f98 /regress/sys/ffs/README | |
parent | 963ff3a629222d96ba7e3e59ae6ffd84e9b9361f (diff) |
Run the existing tests for FFS also on a NFS mount point.
Diffstat (limited to 'regress/sys/ffs/README')
-rw-r--r-- | regress/sys/ffs/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/sys/ffs/README b/regress/sys/ffs/README index 92e2edbcb5c..12ccc860d51 100644 --- a/regress/sys/ffs/README +++ b/regress/sys/ffs/README @@ -1,4 +1,6 @@ -$OpenBSD: README,v 1.2 2011/04/18 16:52:11 thib Exp $ +$OpenBSD: README,v 1.3 2017/01/13 01:19:13 bluhm Exp $ These tests must be run as root, on a system with free vnd0 and vnd1 slots. It is also advised that /mnt be unmounted, and clean. +The NFS tests create an entry in /etc/exports and start NFS server +daemons for a loopback mount. |