#17780 relies on unixy paths to locate own directory for bignum tests.
Hugo van der Sanden [Mon, 26 Aug 2002 15:15:19 +0000 (15:15 +0000)]
p4raw-id: //depot/perl@17784

lib/bignum/t/biinfnan.t
lib/bignum/t/bninfnan.t
lib/bignum/t/brinfnan.t

index 758bed1..338c0a7 100644 (file)
@@ -8,7 +8,7 @@ use strict;
 BEGIN
   {
   $| = 1;
-  my $location = $0; $location =~ s{^(.*/).*}{$1};
+  my $location = $0; $location =~ s/biinfnan.t//i;
   if ($ENV{PERL_CORE})
     {
     @INC = qw(../lib);          # testing with the core distribution
index 2b84406..adaf4fc 100644 (file)
@@ -8,7 +8,7 @@ use strict;
 BEGIN
   {
   $| = 1;
-  my $location = $0; $location =~ s{^(.*/).*}{$1};
+  my $location = $0; $location =~ s/bninfnan.t//;
   if ($ENV{PERL_CORE})
     {
     @INC = qw(../lib);          # testing with the core distribution
index 266c51b..942ffcc 100644 (file)
@@ -8,7 +8,7 @@ use strict;
 BEGIN
   {
   $| = 1;
-  my $location = $0; $location =~ s{^(.*/).*}{$1};
+  my $location = $0; $location =~ s/brinfnan.t//;
   if ($ENV{PERL_CORE})
     {
     @INC = qw(../lib);          # testing with the core distribution