diff options
Diffstat (limited to 'tests/misc/md5sum-newline')
-rwxr-xr-x | tests/misc/md5sum-newline | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/md5sum-newline b/tests/misc/md5sum-newline index 41139816a..af555d60c 100755 --- a/tests/misc/md5sum-newline +++ b/tests/misc/md5sum-newline @@ -1,7 +1,7 @@ #!/bin/sh # Newline tests for "md5sum". -# Copyright (C) 1999, 2000, 2003, 2005, 2007 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2005, 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 @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. : ${srcdir=.} -. $srcdir/../require-perl +. $top_srcdir/tests/require-perl # See if we can create a filename that contains a newline. # Be careful to do it in a subshell so that we can redirect the |