From ff2d5ac3c63af9833d884d4840c772e60e45da7d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 9 Feb 2010 19:55:12 -0800 Subject: Use the $SOURCE and $BUILD test suite variables Now that runtests has been updated to a version that sets $SOURCE and $BUILD, use that in the test cases rather than Autoconf substitutions. --- tests/client/pod-t.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/client/pod-t.in') diff --git a/tests/client/pod-t.in b/tests/client/pod-t.in index db995f7..9963567 100644 --- a/tests/client/pod-t.in +++ b/tests/client/pod-t.in @@ -3,7 +3,7 @@ # Test POD formatting for client documentation. # # Written by Russ Allbery -# Copyright 2008 Board of Trustees, Leland Stanford Jr. University +# Copyright 2008, 2010 Board of Trustees, Leland Stanford Jr. University # # See LICENSE for licensing terms. @@ -17,6 +17,6 @@ eval 'use Test::Pod 1.00'; SKIP: { skip $total, 'Test::Pod 1.00 required for testing POD' if $@; for my $file (@files) { - pod_file_ok ("@abs_top_srcdir@/client/$file", "client/$file"); + pod_file_ok ("$ENV{SOURCE}/../client/$file", "client/$file"); } } -- cgit v1.2.3