svn commit: samba r22995 - in branches/SAMBA_4_0/source/selftest: .

metze at samba.org metze at samba.org
Fri May 18 09:13:08 GMT 2007


Author: metze
Date: 2007-05-18 09:13:07 +0000 (Fri, 18 May 2007)
New Revision: 22995

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22995

Log:
don't run LOCAL-ICONV twice...

metze
Modified:
   branches/SAMBA_4_0/source/selftest/test_local.sh


Changeset:
Modified: branches/SAMBA_4_0/source/selftest/test_local.sh
===================================================================
--- branches/SAMBA_4_0/source/selftest/test_local.sh	2007-05-18 08:35:01 UTC (rev 22994)
+++ branches/SAMBA_4_0/source/selftest/test_local.sh	2007-05-18 09:13:07 UTC (rev 22995)
@@ -2,12 +2,6 @@
 
 local_tests=`bin/smbtorture --list | grep "^LOCAL-" | xargs`
 
-if [ `uname` = "Linux" ]; then
-    # testing against the system iconv only makes sense for our 'reference' iconv
-    # behaviour
-    local_tests="$local_tests LOCAL-ICONV"
-fi
-
 incdir=`dirname $0`
 . $incdir/test_functions.sh
 



More information about the samba-cvs mailing list