diff options
Diffstat (limited to 'tests/misc/mktemp')
-rwxr-xr-x | tests/misc/mktemp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/mktemp b/tests/misc/mktemp index affb0d17c..6ce9ba11c 100755 --- a/tests/misc/mktemp +++ b/tests/misc/mktemp @@ -1,7 +1,7 @@ #!/bin/sh # Test "mktemp". -# Copyright (C) 2007 Free Software Foundation, Inc. +# Copyright (C) 2007-2008 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ # 02110-1301, USA. : ${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 |