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

jelmer at samba.org jelmer at samba.org
Sat Sep 1 21:10:10 GMT 2007


Author: jelmer
Date: 2007-09-01 21:10:07 +0000 (Sat, 01 Sep 2007)
New Revision: 24870

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

Log:
Strip whitespace characters in username (broke tests).
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/selftest/env/Samba3.pm


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/selftest/env/Samba3.pm
===================================================================
--- branches/SAMBA_4_0/source/selftest/env/Samba3.pm	2007-09-01 21:02:57 UTC (rev 24869)
+++ branches/SAMBA_4_0/source/selftest/env/Samba3.pm	2007-09-01 21:10:07 UTC (rev 24870)
@@ -185,6 +185,7 @@
 	my $server = "localhost2";
 	my $server_ip = "127.0.0.2";
 	my $username = `PATH=/usr/ucb:$ENV{PATH} whoami`;
+	chomp $username;
 	my $password = "test";
 
 	my $srcdir="$RealBin/..";



More information about the samba-cvs mailing list