diff options
Diffstat (limited to 'tests/misc/factor')
-rwxr-xr-x | tests/misc/factor | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/factor b/tests/misc/factor index de3f376a2..a27034fd0 100755 --- a/tests/misc/factor +++ b/tests/misc/factor @@ -2,7 +2,7 @@ # -*-perl-*- # Basic tests for "factor". -# Copyright (C) 1998, 1999, 2000, 2003, 2004, 2005, 2007 Free Software +# Copyright (C) 1998, 1999, 2000, 2003, 2004, 2005, 2007-2008 Free Software # Foundation, Inc. # This program is free software: you can redistribute it and/or modify @@ -19,7 +19,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. : ${srcdir=.} -. $srcdir/../require-perl +. $top_srcdir/tests/require-perl me=`echo $0|sed 's,.*/,,'` exec $PERL -w -I$srcdir/.. -MCoreutils -M"CuTmpdir qw($me)" -- - << \EOF |