X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fdata%2Fdata-in.at;h=0c3a1837911fb5149808216f6dfe7233a83583d4;hb=46bb5c7e00295787af19df26e81f933c08d0c548;hp=cfe965c5146aa6b9e1fdf18ec336b726716ffa40;hpb=50f7b74ef593a8b9b1d4a51907eac415ac67f56c;p=pspp diff --git a/tests/data/data-in.at b/tests/data/data-in.at index cfe965c514..0c3a183791 100644 --- a/tests/data/data-in.at +++ b/tests/data/data-in.at @@ -25,7 +25,7 @@ EOF #! /usr/bin/perl use strict; use warnings; -do 'my-rand.pl'; +do './my-rand.pl'; my_rand (1) foreach 1...10000; our $seed; die $seed if $seed != 1043618065; @@ -39,7 +39,7 @@ date_in () { use strict; use warnings; -do 'my-rand.pl'; +do './my-rand.pl'; my ($fmt_name, @templates) = @ARGV; @@ -198,7 +198,7 @@ time_in () { use strict; use warnings; -do 'my-rand.pl'; +do './my-rand.pl'; my ($skip, $fmt_name, @templates) = @ARGV; @@ -287,7 +287,7 @@ use POSIX; use strict; use warnings; -do 'my-rand.pl'; +do './my-rand.pl'; for my $number (0, 1, .5, .015625, 123) { my ($base_exp) = floor ($number ? log10 ($number) : 0);