]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lockf: add some tests
authorKyle Evans <kevans@FreeBSD.org>
Wed, 22 Nov 2023 05:09:11 +0000 (23:09 -0600)
committerKyle Evans <kevans@FreeBSD.org>
Sun, 26 Nov 2023 04:09:58 +0000 (22:09 -0600)
commit296a5a4db1fc8203f5f6aa8f68321e6ab4652b56
tree696ee02877d42afdaaf272eb2885477ab8c007f8
parent18425c19cae08cbe41801845457ed67285806688
lockf: add some tests

Provide basic coverage for the existing options, nothing deeper (e.g.,
pipe closing behavior) is tested in this set.

Reviewed by: allanjude
Feedback from: des
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D42714
etc/mtree/BSD.tests.dist
usr.bin/lockf/Makefile
usr.bin/lockf/tests/Makefile [new file with mode: 0644]
usr.bin/lockf/tests/lockf_test.sh [new file with mode: 0644]