Date: Thu, 20 Apr 2023 17:30:45 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 270948] Conflict with bin/pkill/tests/pgrep-F_test.sh / bin/pkill/tests/pgrep-f_test.sh Message-ID: <bug-270948-227-kDKmjPXqv4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-270948-227@https.bugs.freebsd.org/bugzilla/> References: <bug-270948-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270948 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D312c06634ec3b405377840573f932fd93= 7f51a61 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 =3D> pgrep-_f_test.sh} | 0 bin/pkill/tests/{pgrep-LF_test.sh =3D> pgrep-_lf_test.sh} | 0 bin/pkill/tests/{pgrep-P_test.sh =3D> pgrep-_p_test.sh} | 0 bin/pkill/tests/{pgrep-U_test.sh =3D> pgrep-_u_test.sh} | 0 bin/pkill/tests/{pkill-F_test.sh =3D> pkill-_f_test.sh} | 0 bin/pkill/tests/{pkill-LF_test.sh =3D> pkill-_lf_test.sh} | 0 bin/pkill/tests/{pkill-P_test.sh =3D> pkill-_p_test.sh} | 0 bin/pkill/tests/{pkill-U_test.sh =3D> pkill-_u_test.sh} | 0 10 files changed, 18 insertions(+), 8 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270948-227-kDKmjPXqv4>