From c51900a6bd655e7dd596fa6888a0e521e6b5a6bd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 18 Apr 2008 16:51:34 +0200 Subject: tests: adjust perl -I to use $top_srcdir/tests, not $srcdir/.. --- tests/misc/dircolors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/misc/dircolors') diff --git a/tests/misc/dircolors b/tests/misc/dircolors index 8b5734ba5..e235ec3a1 100755 --- a/tests/misc/dircolors +++ b/tests/misc/dircolors @@ -20,7 +20,7 @@ . $top_srcdir/tests/require-perl me=`echo $0|sed 's,.*/,,'` -exec $PERL -w -I$srcdir/.. -MCoreutils -M"CuTmpdir qw($me)" -- - <<\EOF +exec $PERL -w -I$top_srcdir/tests -MCoreutils -M"CuTmpdir qw($me)" -- - <<\EOF require 5.003; use strict; -- cgit v1.2.3-54-g00ecf