From 610b95a1736ff8604547c3e15eb09fa129378b08 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Fri, 29 Dec 2017 18:09:06 +0000 Subject: [PATCH] Fix a harmless typo from r310786 I copy/pasted a reference to an undefined shell variable. MFC after: 2 weeks --- tests/sys/geom/class/eli/conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/geom/class/eli/conf.sh b/tests/sys/geom/class/eli/conf.sh index 25eb4badb5b..6e26145623e 100644 --- a/tests/sys/geom/class/eli/conf.sh +++ b/tests/sys/geom/class/eli/conf.sh @@ -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