diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-22 08:40:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-22 08:40:37 +0000 |
commit | 84d2cd28202e3dd76f6494015fcf03bd6e204bc1 (patch) | |
tree | c1966fdefa88c3b0f66a5421cde853cdd4df4e1a /tests | |
parent | a4f4371389901541c541418a4c2a55b6a351f9a4 (diff) | |
download | coreutils-84d2cd28202e3dd76f6494015fcf03bd6e204bc1.tar.xz |
(TESTS): Add csplit.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am index b15fce02d..196bf587e 100644 --- a/tests/misc/Makefile.am +++ b/tests/misc/Makefile.am @@ -8,4 +8,4 @@ TESTS_ENVIRONMENT = \ PERL="@PERL@" \ PATH=`pwd`/../../src:$$PATH -TESTS = head-c +TESTS = head-c csplit |