svn commit: r363423 - head/tests/sys/geom/class/eli

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jul 22 17:37:11 UTC 2020


Author: lwhsu
Date: Wed Jul 22 17:37:11 2020
New Revision: 363423
URL: https://svnweb.freebsd.org/changeset/base/363423

Log:
  Fix sys.geom.class.eli.onetime_test.onetime after r363402
  
  PR:		247954
  X-MFC with:	r363402
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/tests/sys/geom/class/eli/onetime_test.sh

Modified: head/tests/sys/geom/class/eli/onetime_test.sh
==============================================================================
--- head/tests/sys/geom/class/eli/onetime_test.sh	Wed Jul 22 17:36:28 2020	(r363422)
+++ head/tests/sys/geom/class/eli/onetime_test.sh	Wed Jul 22 17:37:11 2020	(r363423)
@@ -130,7 +130,7 @@ onetime_d_cleanup()
 	geli_test_cleanup
 }
 
-atf_test_case onetime cleanup
+atf_test_case onetime_null cleanup
 onetime_null_head()
 {
 	atf_set "descr" "geli onetime can use the null cipher"


More information about the svn-src-head mailing list