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

abartlet at samba.org abartlet at samba.org
Tue May 15 03:49:22 GMT 2007


Author: abartlet
Date: 2007-05-15 03:49:21 +0000 (Tue, 15 May 2007)
New Revision: 22877

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

Log:
Remove stray 'l'

Modified:
   branches/SAMBA_4_0/source/selftest/selftest.pl


Changeset:
Modified: branches/SAMBA_4_0/source/selftest/selftest.pl
===================================================================
--- branches/SAMBA_4_0/source/selftest/selftest.pl	2007-05-15 03:00:58 UTC (rev 22876)
+++ branches/SAMBA_4_0/source/selftest/selftest.pl	2007-05-15 03:49:21 UTC (rev 22877)
@@ -366,7 +366,7 @@
 					$statistics->{TESTS_EXPECTED_FAIL}++;
 					$expected_ret = 0;
 				} else {
-					print "n:$name/$2l\n";
+					print "n:$name/$2\n";
 					$statistics->{TESTS_UNEXPECTED_FAIL}++;
 				}
 			} elsif ($1 eq "skip") {



More information about the samba-cvs mailing list