[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-120-g88bd0f2

Volker Lendecke vlendec at samba.org
Mon Mar 2 12:00:16 GMT 2009


The branch, master has been updated
       via  88bd0f2ac6bb7ec41d72a1ea3d7ee90333f4e978 (commit)
      from  2ab9d365cfceb28c1280566b6fe8ec3767e18149 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 88bd0f2ac6bb7ec41d72a1ea3d7ee90333f4e978
Author: Björn Jacke <bj at sernet.de>
Date:   Sun Mar 1 21:38:31 2009 +0100

    some shells are picky about ^ without quotes

-----------------------------------------------------------------------

Summary of changes:
 source4/selftest/tests.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh
index 99e530e..39e6cff 100755
--- a/source4/selftest/tests.sh
+++ b/source4/selftest/tests.sh
@@ -126,7 +126,7 @@ all_tests="$ncalrpc_tests $ncacn_np_tests $ncacn_ip_tcp_tests $slow_ncalrpc_test
 # Make sure all tests get run
 for t in `$smb4torture --list | grep "^RPC-"`
 do
-	echo $all_tests | grep $t  > /dev/null
+	echo $all_tests | grep "$t"  > /dev/null
 	if [ $? -ne 0 ]
 	then
 		auto_rpc_tests="$auto_rpc_tests $t"
@@ -174,7 +174,7 @@ done
 
 # Tests for the NET API
 
-net=`$smb4torture --list | grep ^NET-`
+net=`$smb4torture --list | grep "^NET-"`
 
 for t in $net; do
     plansmbtorturetest "$t" dc "\$SERVER[$VALIDATE]" -U"\$USERNAME"%"\$PASSWORD" -W "\$DOMAIN" "$*"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list