mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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ý <pfilipensky@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
310629508b
commit
8a97538c19
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user