From: Andreas Schneider Date: Mon, 13 Mar 2023 11:23:08 +0000 (+0100) Subject: testprogs: Pass configuration to test_kpasswd_heimdal.sh X-Git-Tag: talloc-2.4.1~1025 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e949bc403b92c55c90128fd3917ad1700aaa4c3;p=thirdparty%2Fsamba.git testprogs: Pass configuration to test_kpasswd_heimdal.sh BUG: https://bugzilla.samba.org/show_bug.cgi?id=15336 Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 603f067a0e1..2142c51f53e 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -685,7 +685,8 @@ if have_heimdal_support: '$PASSWORD', '$REALM', '$DOMAIN', - "$PREFIX" + "$PREFIX", + configuration ]) plantestsuite("samba4.blackbox.krb5.s4u", "fl2008r2dc:local", diff --git a/testprogs/blackbox/test_kpasswd_heimdal.sh b/testprogs/blackbox/test_kpasswd_heimdal.sh index 617b1cc2d72..4ebca515ba1 100755 --- a/testprogs/blackbox/test_kpasswd_heimdal.sh +++ b/testprogs/blackbox/test_kpasswd_heimdal.sh @@ -5,9 +5,9 @@ # Copyright (C) 2006-2008 Andrew Bartlett # Copyright (C) 2016 Andreas Schneider -if [ $# -lt 6 ]; then +if [ $# -lt 7 ]; then cat <