History log of /src/bin/pkill/tests/pkill-_f_test.sh (Results 1 – 6 of 6)
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 822057bf 20-Mar-2023 Kyle Evans <kevans@FreeBSD.org>

pkill: tests: do a pass for case-sensitive conflicts

As in 76b6a59f9d30a5a39a5ed, encode upper-case flag tests with a leading
underbar to avoid collisions (thus, erroneously dirty git repos) on
case

pkill: tests: do a pass for case-sensitive conflicts

As in 76b6a59f9d30a5a39a5ed, encode upper-case flag tests with a leading
underbar to avoid collisions (thus, erroneously dirty git repos) on
case-sensitive filesystems.

Sponsored by: Klara, Inc.

show more ...


# 65c3cfc1 19-Mar-2014 Julio Merino <jmmv@FreeBSD.org>

Migrate tools/regression/usr.bin/pkill to the new tests layout.

Interestingly, the pkill tool lives in bin, not usr.bin. Haven't bothered
to check if this is because the tool moved or because the t

Migrate tools/regression/usr.bin/pkill to the new tests layout.

Interestingly, the pkill tool lives in bin, not usr.bin. Haven't bothered
to check if this is because the tool moved or because the tests were
originally added in the wrong place.

show more ...


# 02a76f3f 25-Aug-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>

'-F' option behaviour was reverted, so revert previous commit.


# dfe47d36 24-Aug-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>

'-F' option now needs locked pidfile. Modify regression tests respectively.


# 1897c441 20-Mar-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Add regression tests for pkill/pgrep.

MFC after: 3 days