Changeset 2028

Show
Ignore:
Timestamp:
01/15/2008 10:06:43 PM (7 months ago)
Author:
glen
Message:

- change s/// separator that it doesn't confuse vim

Location:
trunk/tests
Files:
22 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/cachable.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/core-condition.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/core-keepalive.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    2  
    32BEGIN { 
    4     # add current source dir to the include-path 
    5     # we need this for make distcheck 
    6    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    7    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    87} 
    98 
  • trunk/tests/core-request.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/core-response.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    2  
    32BEGIN { 
    4     # add current source dir to the include-path 
    5     # we need this for make distcheck 
    6    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    7    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    87} 
    98 
  • trunk/tests/core-var-include.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/core.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    2  
    32BEGIN { 
    4     # add current source dir to the include-path 
    5     # we need this for make distcheck 
    6    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    7    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    87} 
    98 
  • trunk/tests/lowercase.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/mod-access.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/mod-auth.t

    r1990 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/mod-cgi.t

    r1992 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/mod-compress.t

    r1432 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/mod-fastcgi.t

    r1432 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/mod-proxy.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/mod-redirect.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/mod-rewrite.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/mod-secdownload.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/mod-setenv.t

    r1432 r2028  
    11#!/usr/bin/env perl 
    2  
    32BEGIN { 
    4     # add current source dir to the include-path 
    5     # we need this for make distcheck 
    6    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    7    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    87} 
    98 
  • trunk/tests/mod-ssi.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/mod-userdir.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/request.t

    r1992 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5    (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6    unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88 
  • trunk/tests/symlink.t

    r1349 r2028  
    11#!/usr/bin/env perl 
    22BEGIN { 
    3     # add current source dir to the include-path 
    4     # we need this for make distcheck 
    5     (my $srcdir = $0) =~ s#/[^/]+$#/#; 
    6     unshift @INC, $srcdir; 
     3        # add current source dir to the include-path 
     4        # we need this for make distcheck 
     5        (my $srcdir = $0) =~ s,/[^/]+$,/,; 
     6        unshift @INC, $srcdir; 
    77} 
    88