From: Pavel Filipenský Date: Mon, 25 Sep 2023 07:11:52 +0000 (+0200) Subject: s3:tests: The correct name of shell variable is 'samba_smbspool_krb5' X-Git-Tag: talloc-2.4.2~1272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a97538c19c4479407a2908025afa0f21cf2ea57;p=thirdparty%2Fsamba.git s3:tests: The correct name of shell variable is 'samba_smbspool_krb5' There is no shell variable named 'smbspool_krb5'. Signed-off-by: Pavel Filipenský Reviewed-by: Andreas Schneider --- diff --git a/source3/script/tests/test_smbspool.sh b/source3/script/tests/test_smbspool.sh index acec0f2dbef..2036d57566c 100755 --- a/source3/script/tests/test_smbspool.sh +++ b/source3/script/tests/test_smbspool.sh @@ -59,7 +59,7 @@ test_smbspool_authinforequired_none() if [ $ret != 0 ]; then echo "$out" - echo "failed to execute $smbspool_krb5" + echo "failed to execute $samba_smbspool_krb5" return 1 fi @@ -85,7 +85,7 @@ test_smbspool_authinforequired_unknown() *) echo "ret=$ret" echo "$out" - echo "failed to test $smbspool_krb5 against unknown value of AUTH_INFO_REQUIRED" + echo "failed to test $samba_smbspool_krb5 against unknown value of AUTH_INFO_REQUIRED" return 1 ;; esac