[otrs-cvs] otrs/scripts/test CheckModules.t,1.4,1.5
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/scripts/test
In directory lancelot:/tmp/cvs-serv5068/scripts/test
Modified Files:
CheckModules.t
Log Message:
use $^X instead of 'perl' so the test uses the same version as the current perl.
Author: mb
Index: CheckModules.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/CheckModules.t,v
retrieving revision 1.4
retrieving revision 1.5
diff -2 -u -d -r1.4 -r1.5
--- CheckModules.t 20 Nov 2012 16:05:28 -0000 1.4
+++ CheckModules.t 10 Jan 2013 09:46:32 -0000 1.5
@@ -1,5 +1,5 @@
# --
-# CheckModules.t - GenericInterface CheckModules tests
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# CheckModules.t - CheckModules tests
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -19,7 +19,7 @@
my $TmpSumString;
-if ( open( $TmpSumString, "perl $Home/bin/otrs.CheckModules.pl |" ) ) {
+if ( open( $TmpSumString, "$^X $Home/bin/otrs.CheckModules.pl |" ) ) {
- open( $TmpSumString, "perl $Home/bin/otrs.CheckModules.pl |" );
+ open( $TmpSumString, "$^X $Home/bin/otrs.CheckModules.pl |" );
while (<$TmpSumString>) {
---------------------------------------------------------------------
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