diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-04-16 13:23:18 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-04-16 13:23:18 +0000 |
commit | 0048a81abe99e43655d4482df27903dba774213b (patch) | |
tree | 1776f2a274d112ed01fb05fee84ee1d8e2138d08 /testsuite/build_farm | |
parent | 87f491d6a63e0818ada4ed21dd1f4905b20f846c (diff) | |
download | samba-0048a81abe99e43655d4482df27903dba774213b.tar.gz samba-0048a81abe99e43655d4482df27903dba774213b.tar.xz samba-0048a81abe99e43655d4482df27903dba774213b.zip |
We changed 'net' so change the torture tests that use it.
Diffstat (limited to 'testsuite/build_farm')
-rw-r--r-- | testsuite/build_farm/basicsmb-domainsec-nt4.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/build_farm/basicsmb-domainsec-nt4.test b/testsuite/build_farm/basicsmb-domainsec-nt4.test index 2f5289ab829..4e68acabec5 100644 --- a/testsuite/build_farm/basicsmb-domainsec-nt4.test +++ b/testsuite/build_farm/basicsmb-domainsec-nt4.test @@ -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 |