From ddc1b816d79c4928b2b92dbbcf80579a2a0e6943 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 20 Jan 2002 22:06:35 +0000 Subject: A couple more little fixes for the domain security tests. (This used to be commit 409fb69ecbf1849b5c92ea018eaed126a4f8a24d) --- testsuite/build_farm/basicsmb-domainsec-nt4.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/build_farm/basicsmb-domainsec-nt4.test') diff --git a/testsuite/build_farm/basicsmb-domainsec-nt4.test b/testsuite/build_farm/basicsmb-domainsec-nt4.test index 96fac42ab2..62d4fb2875 100644 --- a/testsuite/build_farm/basicsmb-domainsec-nt4.test +++ b/testsuite/build_farm/basicsmb-domainsec-nt4.test @@ -8,9 +8,9 @@ test_joindomain_nt4() { $prefix/bin/net rpc join oldstyle -S localhost status=$? if [ $status = 0 ]; then - echo "'net rpc join oldstyle' correctly joined the domain ($workgroup)" + echo "'net rpc join oldstyle' correctly joined the domain" else - echo "'net rpc join oldstyle' failed to join the domain ($workgroup)! (status $status)" + echo "'net rpc join oldstyle' failed to join the domain! (status $status)" return 1 fi return 0 -- cgit