History log of /openbsd/regress/bin/chmod/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 4bde6975 06-Jul-2021 bluhm <bluhm@openbsd.org>

Make test more verbose to see commands and error messages in output.
This makes it easier to debug if something fails. Add some ${SUDO}
in a way that this tests runs as root or regular user with and

Make test more verbose to see commands and error messages in output.
This makes it easier to debug if something fails. Add some ${SUDO}
in a way that this tests runs as root or regular user with and
without SUDO set.

show more ...


# 0305adec 06-Jul-2021 anton <anton@openbsd.org>

Make use of the existing bsd.regress.mk logic to flag root only targets,
allowing the actual tests to become less repetitive.

ok bluhm@


# 8815fed5 18-Feb-2017 tb <tb@openbsd.org>

Add a regress test for the chflags problem analogous to the chmod bug
found by Christopher Wellons (see chmod.c r1.41).


# 62a9160f 17-Feb-2017 tb <tb@openbsd.org>

Add tests for chmod's interaction with symlinks: missing tests for -h and
add tests for the regression introduced in chmod.c r1.33 that transferred
the permissions from the link to the target file in

Add tests for chmod's interaction with symlinks: missing tests for -h and
add tests for the regression introduced in chmod.c r1.33 that transferred
the permissions from the link to the target file in some circumstances.
There are no tests for chflags since I couldn't come up with testcases
without undesirable side-effects like breaking make clean.

Four of these tests fail and will be fixed in the upcoming r1.40 to chmod.

Prompted by a bug report from Christopher Wellons

show more ...


# 98ce9240 15-Jun-2015 florian <florian@openbsd.org>

First stab at regression test for chmod (and chflags, chgrp and chown
which are the same binary). This is supposed to exercise all syscalls
paths through those tools and not a comprehensive regressio

First stab at regression test for chmod (and chflags, chgrp and chown
which are the same binary). This is supposed to exercise all syscalls
paths through those tools and not a comprehensive regression test.

show more ...