X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fdata%2Fdata-in.at;h=dfdf37ef1fb6b04258451551a307fd679313f863;hb=92c31025565a5b5c270c83b0208ab46a90e9b64b;hp=cfe965c5146aa6b9e1fdf18ec336b726716ffa40;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;p=pspp diff --git a/tests/data/data-in.at b/tests/data/data-in.at index cfe965c514..dfdf37ef1f 100644 --- a/tests/data/data-in.at +++ b/tests/data/data-in.at @@ -1,3 +1,19 @@ +dnl PSPP - a program for statistical analysis. +dnl Copyright (C) 2017 Free Software Foundation, Inc. +dnl +dnl This program is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation, either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program. If not, see . +dnl AT_BANNER([data input (data-in)]) m4_divert_push([PREPARE_TESTS]) @@ -25,7 +41,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 +55,7 @@ date_in () { use strict; use warnings; -do 'my-rand.pl'; +do './my-rand.pl'; my ($fmt_name, @templates) = @ARGV; @@ -198,7 +214,7 @@ time_in () { use strict; use warnings; -do 'my-rand.pl'; +do './my-rand.pl'; my ($skip, $fmt_name, @templates) = @ARGV; @@ -287,7 +303,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);