diff options
| author | Pavel Filipenský <pfilipensky@samba.org> | 2023-09-25 09:11:52 +0200 |
|---|---|---|
| committer | Pavel Filipensky <pfilipensky@samba.org> | 2023-10-17 18:23:32 +0000 |
| commit | 8a97538c19c4479407a2908025afa0f21cf2ea57 (patch) | |
| tree | e19682843c737142e8b929762e40a20ab22e0638 /source3/script | |
| parent | 310629508bfbedecfab9b653b7cba0282f5c0e8b (diff) | |
| download | samba-8a97538c19c4479407a2908025afa0f21cf2ea57.tar.gz samba-8a97538c19c4479407a2908025afa0f21cf2ea57.tar.bz2 samba-8a97538c19c4479407a2908025afa0f21cf2ea57.zip | |
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>
Diffstat (limited to 'source3/script')
| -rwxr-xr-x | source3/script/tests/test_smbspool.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
