summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-04-21 14:15:56 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-04-21 14:15:56 +0000
commitb750b8c542508ff4d084d8eaf3abcad858ee8fd0 (patch)
tree196d1fdb60559bc320faf4d9bfed1edfd2b47e16 /testsuite
parent876e00fd112e4aaf7519eec27f382eb99ec7562a (diff)
downloadsamba-b750b8c542508ff4d084d8eaf3abcad858ee8fd0.tar.gz
The 'net' syntax has changed, so update the testsuite.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/build_farm/basicsmb-domainsec-nt4.test8
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