[otrs-cvs] otrs/scripts/test AuthSession.t,1.3,1.4

cvs-log at otrs.org cvs-log at otrs.org
Wed Apr 11 10:40:16 GMT 2007


Comments:
Update of /home/cvs/otrs/scripts/test
In directory lancelot:/tmp/cvs-serv13417/scripts/test

Modified Files:
	AuthSession.t 
Log Message:
Added win compat.

Author: martin

Index: AuthSession.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/AuthSession.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AuthSession.t	11 Apr 2007 10:35:49 -0000	1.3
--- AuthSession.t	11 Apr 2007 10:40:11 -0000	1.4
***************
*** 15,19 ****
  
      # don't use IPC on win
!     if ($^O =~ /win/i) {
          next;
      }
--- 15,19 ----
  
      # don't use IPC on win
!     if ($Module eq 'IPC' && $^O =~ /win/i) {
          next;
      }


More information about the cvs-log mailing list