History log of /openbsd/regress/sys/ffs/tests/open/19.t (Results 1 – 4 of 4)
Revision Date Author Comments
# 6ccc0c28 28-Apr-2022 jca <jca@openbsd.org>

Use $(( )) arithmetic expansion instead of `expr something`

No need to use an external tool when the shell can handle this basic task.


# d59dbe75 12-Jan-2017 bluhm <bluhm@openbsd.org>

Do not suppress error messages to stderr, but remove unnecessary
debug prints. This gives better hints why the tests are failing.


# a4975643 18-Apr-2011 thib <thib@openbsd.org>

Deprecate vnds in favour of svnds.

In effect, this removes the "old" vndX nodes, and renames
the svndX nodes to vndX.

Old svndX nodes will still continue to work though, for now.

Cleanup according

Deprecate vnds in favour of svnds.

In effect, this removes the "old" vndX nodes, and renames
the svndX nodes to vndX.

Old svndX nodes will still continue to work though, for now.

Cleanup accordingly.

ok deraadt@, todd@
comments and ok on the man page bits from jmc@

show more ...


# ec7c50bf 30-Mar-2007 pedro <pedro@openbsd.org>

Add regression test suite for FFS, from FreeBSD, okay art@ deraadt@