mirror of
https://github.com/samba-team/samba.git
synced 2025-03-26 18:50:30 +03:00
We changed 'net' so change the torture tests that use it.
(This used to be commit 0048a81abe99e43655d4482df27903dba774213b)
This commit is contained in:
parent
0d072569ae
commit
d236bd1298
@ -5,13 +5,13 @@ test_joindomain_nt4() {
|
||||
echo $prefix/bin/smbpasswd -L -a -m buildfarm$
|
||||
$prefix/bin/smbpasswd -L -a -m buildfarm$
|
||||
|
||||
echo $prefix/bin/net rpc join oldstyle -S localhost
|
||||
$prefix/bin/net rpc join oldstyle -S localhost
|
||||
echo $prefix/bin/net rpc oldjoin -S localhost
|
||||
$prefix/bin/net rpc oldjoin -S localhost
|
||||
status=$?
|
||||
if [ $status = 0 ]; then
|
||||
echo "'net rpc join oldstyle' correctly joined the domain"
|
||||
echo "'net rpc oldjoin' correctly joined the domain"
|
||||
else
|
||||
echo "'net rpc join oldstyle' failed to join the domain! (status $status)"
|
||||
echo "'net rpc oldjoin' failed to join the domain! (status $status)"
|
||||
return 1
|
||||
fi
|
||||
return 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user