diff options
Diffstat (limited to 'tests/pr/pr-tests')
-rwxr-xr-x | tests/pr/pr-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pr/pr-tests b/tests/pr/pr-tests index b5fe2e09e..f5a32a8f4 100755 --- a/tests/pr/pr-tests +++ b/tests/pr/pr-tests @@ -394,7 +394,7 @@ my @tv = ( # Convert the above old-style test vectors to the newer # format used by Coreutils.pm. -my $pfx = "$ENV{abs_top_srcdir}/tests/pr"; +my $pfx = "$ENV{abs_srcdir}/pr"; # Normalize otherwise-variable output page headers. my $common_option_prefix = '--date-format="-- Date/Time --" -h x'; |