Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 23:00:54 +0000
From:      Christos Margiolis <christos@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 54922e4ec890 - main - mixer(8) tests: Remove tests for deprecated control values
Message-ID:  <69efeaa6.21291.79389774@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by christos:

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

commit 54922e4ec8909829a7ca8d2158c2a514a06df094
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2026-04-27 22:59:38 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2026-04-27 23:00:46 +0000

    mixer(8) tests: Remove tests for deprecated control values
    
    Fixes:          a28bb575c89c ("mixer(8): Deprecate some unintuitive control values")
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 usr.sbin/mixer/tests/mixer_test.sh | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/usr.sbin/mixer/tests/mixer_test.sh b/usr.sbin/mixer/tests/mixer_test.sh
index c48512db5ec7..da5f4d7566bc 100755
--- a/usr.sbin/mixer/tests/mixer_test.sh
+++ b/usr.sbin/mixer/tests/mixer_test.sh
@@ -1,7 +1,7 @@
 #
 # SPDX-License-Identifier: BSD-2-Clause
 #
-# Copyright (c) 2024 The FreeBSD Foundation
+# Copyright (c) 2024-2026 The FreeBSD Foundation
 #
 # This software was developed by Christos Margiolis <christos@FreeBSD.org>
 # under sponsorship from the FreeBSD Foundation.
@@ -210,16 +210,6 @@ mute_body()
 	atf_check -o ignore -e empty mixer vol.mute=toggle
 	atf_check -o match:"=off" mixer vol.mute
 
-	# Test deprecated interface
-	atf_check -o ignore -e empty mixer vol.mute=0
-	atf_check -o match:"=off" mixer vol.mute
-
-	atf_check -o ignore -e empty mixer vol.mute=1
-	atf_check -o match:"=on" mixer vol.mute
-
-	atf_check -o ignore -e empty mixer vol.mute=^
-	atf_check -o match:"=off" mixer vol.mute
-
 	# Test wrong values
 	atf_check -o ignore -e not-empty mixer vol.mute=foobar
 	atf_check -o ignore -e not-empty mixer vol.mute=10
@@ -248,12 +238,6 @@ recsrc_body()
 	atf_check -o ignore -e empty mixer ${recsrc}.recsrc=set
 	atf_check -o ignore -e empty mixer ${recsrc}.recsrc=toggle
 
-	# Test deprecated interface
-	atf_check -o ignore -e empty mixer ${recsrc}.recsrc=+
-	atf_check -o ignore -e empty mixer ${recsrc}.recsrc=-
-	atf_check -o ignore -e empty mixer ${recsrc}.recsrc==
-	atf_check -o ignore -e empty mixer ${recsrc}.recsrc=^
-
 	# Test wrong values
 	atf_check -o ignore -e not-empty mixer ${recsrc}.recsrc=foobar
 	atf_check -o ignore -e not-empty mixer ${recsrc}.recsrc=10


home | help

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