1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

testprogs: Do not export UID_WRAPPER_ROOT in test_net_rpc_oldjoin.sh

This is already set for smbpasswd.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2023-04-11 15:27:31 +02:00 committed by Andrew Bartlett
parent 457a83e7ab
commit e013d70e8e

View File

@ -17,9 +17,6 @@ incdir=$(dirname $0)/../../../testprogs/blackbox
maccount="OLDJOINTEST"
privatedir="$PREFIX/private"
UID_WRAPPER_ROOT=1
export UID_WRAPPER_ROOT
OPTIONS="--configfile $SMB_CONF_PATH --option=netbiosname=$maccount --option=security=domain --option=domainlogons=no --option=privatedir=$privatedir"
test_smbpasswd()