Author: asomers
Date: Fri Dec 29 18:09:06 2017
New Revision: 327352
URL: https://svnweb.freebsd.org/changeset/base/327352

Log:
  Fix a harmless typo from r310786
  
  I copy/pasted a reference to an undefined shell variable.
  
  MFC after:    2 weeks

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

Modified: head/tests/sys/geom/class/eli/conf.sh
==============================================================================
--- head/tests/sys/geom/class/eli/conf.sh       Fri Dec 29 18:08:35 2017        
(r327351)
+++ head/tests/sys/geom/class/eli/conf.sh       Fri Dec 29 18:09:06 2017        
(r327352)
@@ -52,7 +52,7 @@ for_each_geli_config_nointegrity() {
                for secsize in 512 1024 2048 4096 8192; do
                        bytes=`expr $secsize \* $sectors + 512`b
                        md=$(attach_md -t malloc -s $bytes)
-                       ${func} $cipher $aalgo $secsize
+                       ${func} $cipher $secsize
                        geli detach ${md} 2>/dev/null
                        mdconfig -d -u ${md} 2>/dev/null
                done
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to