diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-22 09:03:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-22 09:03:12 +0000 |
commit | eff0f7cd2ecbc00a6b2715eabf271394dc66c0d2 (patch) | |
tree | ffec9ccce400d7db8d5b5254ec5f107e16309b69 /tests/tail-2 | |
parent | b609a3636645ee15a1fe5339fdf9d0ec896bf999 (diff) | |
download | coreutils-eff0f7cd2ecbc00a6b2715eabf271394dc66c0d2.tar.xz |
(TESTS): remove infloop-1
Diffstat (limited to 'tests/tail-2')
-rw-r--r-- | tests/tail-2/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tail-2/Makefile.am b/tests/tail-2/Makefile.am index a0071fd80..c433aa7e3 100644 --- a/tests/tail-2/Makefile.am +++ b/tests/tail-2/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=tail -TESTS = infloop-1 assert +TESTS = assert |