summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-08-17 18:33:27 +0000
committerJim Meyering <jim@meyering.net>1996-08-17 18:33:27 +0000
commitea15a1e0e5610f2b42da6db710539bc34c30de90 (patch)
tree2bbd8abb3050b109d9f762c8eb7aac7bc2756f53 /tests
parentc7066e8caa7bc08415142aee991faf5df1ed66cc (diff)
downloadcoreutils-ea15a1e0e5610f2b42da6db710539bc34c30de90.tar.xz
Prepend srcdir to @INC@.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tr/build-script.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tr/build-script.pl b/tests/tr/build-script.pl
index 0ae14a17a..6a861121c 100755
--- a/tests/tr/build-script.pl
+++ b/tests/tr/build-script.pl
@@ -3,6 +3,8 @@
# @configure_input@
require 5.002;
+
+BEGIN { push @INC, '@srcdir@' if '@srcdir@' ne '.'; }
use strict;
use Trtest;