Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2024 01:06:55 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: ec8c44812a50 - stable/14 - ObsoleteFiles.inc: Don't remove recently added mixer(8) tests
Message-ID:  <202408270106.47R16te6057812@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by jhb:

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

commit ec8c44812a503b3541297ede11332939a5e85b27
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-07-31 19:09:19 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-08-26 19:03:57 +0000

    ObsoleteFiles.inc: Don't remove recently added mixer(8) tests
    
    An earlier set of mixer(8) tests were removed leading to this entry,
    but now the entry is removing the new tests.
    
    Fixes:          94a86f3f6920 mixer(8): Add tests
    (cherry picked from commit 09ed116dc5b84e6b3478b42e5b1076604e92f676)
---
 ObsoleteFiles.inc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 788edc0eac38..f74ace221420 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -3644,11 +3644,6 @@ OLD_FILES+=usr/share/man/man4/ng_h4.4.gz
 # 20210923: rename boot(9) to kern_reboot(9)
 OLD_FILES+=usr/share/man/man9/boot.9.gz
 
-# 20210922: Old mixer(8) tests removed
-OLD_FILES+=usr/tests/usr.sbin/mixer/Kyuafile
-OLD_FILES+=usr/tests/usr.sbin/mixer/mixer_test
-OLD_DIRS+=usr/tests/usr.sbin/mixer
-
 # 20210921: remove cloudabi
 OLD_FILES+=usr/share/man/man4/cloudabi.4.gz
 OLD_FILES+=usr/share/man/man4/cloudabi32.4.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408270106.47R16te6057812>