diff options
Diffstat (limited to 'tests/misc/sum-sysv')
-rwxr-xr-x | tests/misc/sum-sysv | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/misc/sum-sysv b/tests/misc/sum-sysv index d960f9818..e5361832d 100755 --- a/tests/misc/sum-sysv +++ b/tests/misc/sum-sysv @@ -1,7 +1,7 @@ #!/bin/sh # make sure `sum -s' works for input whose sum of bytes is larger than 2^32 -# Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 2001-2004, 2006-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 @@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then fi : ${srcdir=.} -. $srcdir/../require-perl +. $top_srcdir/tests/require-perl # Avoid a problem when run in a UTF-8 locale. # Otherwise, Perl would try to (and fail to) interpret @@ -30,7 +30,7 @@ fi LC_ALL=C export LC_ALL -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh fail=0 |