diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-22 08:40:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-22 08:40:50 +0000 |
commit | 4917680b1afb71476f4b6fe356917e2a30f14069 (patch) | |
tree | 5215685569c63b3b9c825229a06379254493d108 /tests/tail-2 | |
parent | 3bd2800a3c803ddddb4acbcf3c1830e0a8cda2db (diff) | |
download | coreutils-4917680b1afb71476f4b6fe356917e2a30f14069.tar.xz |
(TESTS): Add `assert'.
Diffstat (limited to 'tests/tail-2')
-rw-r--r-- | tests/tail-2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/Makefile.am b/tests/tail-2/Makefile.am index aeb375694..a0071fd80 100644 --- a/tests/tail-2/Makefile.am +++ b/tests/tail-2/Makefile.am @@ -9,4 +9,4 @@ TESTS_ENVIRONMENT = \ PATH=../../src:$$PATH \ PROG=tail -TESTS = infloop-1 +TESTS = infloop-1 assert |