s3:tests: The correct name of shell variable is 'samba_smbspool_krb5'
authorPavel Filipenský <pfilipensky@samba.org>
Mon, 25 Sep 2023 07:11:52 +0000 (09:11 +0200)
committerPavel Filipensky <pfilipensky@samba.org>
Tue, 17 Oct 2023 18:23:32 +0000 (18:23 +0000)
There is no shell variable named 'smbspool_krb5'.

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/script/tests/test_smbspool.sh

index acec0f2dbefa10a978b8b004ed6d820adcc0a4b4..2036d57566ca817d06e9e7530dda82d9f7f7a4a0 100755 (executable)
@@ -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