diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-17 18:33:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-17 18:33:27 +0000 |
commit | ea15a1e0e5610f2b42da6db710539bc34c30de90 (patch) | |
tree | 2bbd8abb3050b109d9f762c8eb7aac7bc2756f53 /tests | |
parent | c7066e8caa7bc08415142aee991faf5df1ed66cc (diff) | |
download | coreutils-ea15a1e0e5610f2b42da6db710539bc34c30de90.tar.xz |
Prepend srcdir to @INC@.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/tr/build-script.pl | 2 |
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; |