svn commit: r357619 - head/usr.sbin/mixer/tests
Luca Pizzamiglio
pizzamig at FreeBSD.org
Thu Feb 6 14:31:29 UTC 2020
Author: pizzamig (ports committer)
Date: Thu Feb 6 14:31:29 2020
New Revision: 357619
URL: https://svnweb.freebsd.org/changeset/base/357619
Log:
mixer: call the cleanup function in a test
The set_empty_value test has a cleanup function, but is not called.
Fix it
Reviewed by: 0mp
Approved by: kp
Differential Revision: https://reviews.freebsd.org/D23498
Modified:
head/usr.sbin/mixer/tests/mixer_test.sh
Modified: head/usr.sbin/mixer/tests/mixer_test.sh
==============================================================================
--- head/usr.sbin/mixer/tests/mixer_test.sh Thu Feb 6 14:18:48 2020 (r357618)
+++ head/usr.sbin/mixer/tests/mixer_test.sh Thu Feb 6 14:31:29 2020 (r357619)
@@ -93,7 +93,7 @@ S_flag_cleanup()
restore_mixer_vol
}
-atf_test_case set_empty_value
+atf_test_case set_empty_value cleanup
set_empty_value_head()
{
atf_set "descr" "Verify that mixer returns when the provided " \
More information about the svn-src-all
mailing list