[otrs-cvs] UnitTest/bin UnitTestAutoSetup.pl,1.267,1.268
"CVS commits notifications of OTRS.org" <[email protected]> Fri, 5 Apr 2013 12:08:26 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/UnitTest/bin
In directory lancelot:/tmp/cvs-serv27254/bin
Modified Files:
UnitTestAutoSetup.pl
Log Message:
Use mkpath to be compatible to Perl 5.8.8.
Author: mg
Index: UnitTestAutoSetup.pl
===================================================================
RCS file: /home/cvs/UnitTest/bin/UnitTestAutoSetup.pl,v
retrieving revision 1.267
retrieving revision 1.268
diff -2 -u -d -r1.267 -r1.268
--- UnitTestAutoSetup.pl 5 Apr 2013 12:04:28 -0000 1.267
+++ UnitTestAutoSetup.pl 5 Apr 2013 12:08:21 -0000 1.268
@@ -1013,11 +1013,5 @@
for my $Dir (qw ( CertDir PrivateDir )) {
if ( !-d $Enviroment{smime}->{$Dir} ) {
- File::Path::make_path(
- $Enviroment{smime}->{$Dir},
- {
- owner => $UnitTestUser,
- group => $Enviroment{apache}->{Group},
- }
- );
+ File::Path::mkpath( $Enviroment{smime}->{$Dir} );
}
}
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log