History log of /openbsd/regress/sys/ffs/tests/truncate/12.t (Results 1 – 3 of 3)
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.


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

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