[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre2-539-g7f4066e

Karolin Seeger kseeger at samba.org
Fri Apr 11 09:01:09 GMT 2008


The branch, v3-2-stable has been updated
       via  7f4066ed15506b666c9019c0736ff503994e9e30 (commit)
       via  7d1ae927bceae478ce2c8cbc30437a43c840222c (commit)
      from  5e2bbdcb210dd2bb554539800e9da696f3306f54 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-stable


- Log -----------------------------------------------------------------
commit 7f4066ed15506b666c9019c0736ff503994e9e30
Author: Michael Adam <obnox at samba.org>
Date:   Fri Apr 11 10:57:50 2008 +0200

    test: not only pretend to call smbconftort - really do it :-}
    
    Michael
    (cherry picked from commit e0947537e61cdc7aaaf1256a7f9a590f006cb3d9)

commit 7d1ae927bceae478ce2c8cbc30437a43c840222c
Author: Björn Jacke <bj at sernet.de>
Date:   Fri Apr 11 10:33:46 2008 +0200

    some shells are pickier than others ...
    (cherry picked from commit 9aabfa44d95128ded567d0949a6dd42786cbf6fb)

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

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


Changeset truncated at 500 lines:

diff --git a/source/script/tests/test_local_s3.sh b/source/script/tests/test_local_s3.sh
index 5de7f1a..aed8637 100755
--- a/source/script/tests/test_local_s3.sh
+++ b/source/script/tests/test_local_s3.sh
@@ -23,7 +23,7 @@ testit "replacetort" $VALGRIND $BINDIR/replacetort || \
 testit "tdbtorture" $VALGRIND $BINDIR/tdbtorture || \
     failed=`expr $failed + 1`
 
-testit "smbconftort" $VALGRIND $BINDIR/tdbtorture $CONFIGURATION || \
-	failed =`expr $failed + 1`
+testit "smbconftort" $VALGRIND $BINDIR/smbconftort $CONFIGURATION || \
+	failed=`expr $failed + 1`
 
 testok $0 $failed


-- 
Samba Shared Repository


More information about the samba-cvs mailing list