[Bug 291879] usr.bin/env/env_test:equal test fails in CI

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 Dec 2025 10:38:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291879

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=745c6c0431d01b4fc3247f4eac08a2181d71e008

commit 745c6c0431d01b4fc3247f4eac08a2181d71e008
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2025-12-23 10:36:39 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2025-12-23 10:36:39 +0000

    Resurrect standalone command

    While command(1) is now classified by POSIX as an intrinsic utility and
    no longer required to exist as a standalone program, it turns out that
    we still have a use for it (cf. env(1)), so resurrect it.

    PR:             291879
    Fixes:          4100bd6caa66 ("usr.bin: Remove intrinsic utilities")
    Reviewed by:    markj
    Differential Revision:  https://reviews.freebsd.org/D54341

 ObsoleteFiles.inc                   | 1 -
 usr.bin/Makefile                    | 1 +
 usr.bin/command/Makefile (new)      | 4 ++++
 usr.bin/command/command.sh (new +x) | 2 ++
 4 files changed, 7 insertions(+), 1 deletion(-)

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