dougm 01/12/20 18:34:23
Modified: perl-framework/t/modules access.t
Log:
make dummy ip address really dumb, else tests fail for me on win32 where my
ip address is 10.0.1.26
Revision Changes Path
1.8 +1 -1 httpd-test/perl-framework/t/modules/access.t
Index: access.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/modules/access.t,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- access.t 2001/10/20 02:10:51 1.7
+++ access.t 2001/12/21 02:34:23 1.8
@@ -23,7 +23,7 @@
"from $remote_addr/255.255.0.0",
"from $remote_addr/16",
'from somewhere.else.com',
- 'from 10.0.0.1'
+ 'from 66.6.6.6'
);
my @order = ('deny,allow', 'allow,deny', 'mutual-failure');
my @allow = @localhost;