[Bug 270948] Conflict with bin/pkill/tests/pgrep-F_test.sh / bin/pkill/tests/pgrep-f_test.sh

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 20 Apr 2023 17:30:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270948

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=312c06634ec3b405377840573f932fd937f51a61

commit 312c06634ec3b405377840573f932fd937f51a61
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2023-03-20 19:51:41 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2023-04-20 17:29:23 +0000

    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.

    PR:             270948
    Sponsored by:   Klara, Inc.

    (cherry picked from commit 822057bfbbbcdb722a7ccd0e40d6b7e82b1d83f7)

 ObsoleteFiles.inc                                       | 10 ++++++++++
 bin/pkill/tests/Makefile                                | 16 ++++++++--------
 bin/pkill/tests/{pgrep-F_test.sh => pgrep-_f_test.sh}   |  0
 bin/pkill/tests/{pgrep-LF_test.sh => pgrep-_lf_test.sh} |  0
 bin/pkill/tests/{pgrep-P_test.sh => pgrep-_p_test.sh}   |  0
 bin/pkill/tests/{pgrep-U_test.sh => pgrep-_u_test.sh}   |  0
 bin/pkill/tests/{pkill-F_test.sh => pkill-_f_test.sh}   |  0
 bin/pkill/tests/{pkill-LF_test.sh => pkill-_lf_test.sh} |  0
 bin/pkill/tests/{pkill-P_test.sh => pkill-_p_test.sh}   |  0
 bin/pkill/tests/{pkill-U_test.sh => pkill-_u_test.sh}   |  0
 10 files changed, 18 insertions(+), 8 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.