summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-03 15:46:41 +0200
committerJim Meyering <meyering@redhat.com>2008-05-06 08:21:30 +0200
commit2656da4705eb26a30da6b51be18d9ba474bc4d00 (patch)
tree2806611b67476c76d7931eecd327cac84e6dc831 /tests/Makefile.am
parent3269104d172bdc0c9ed0a01e6706f1f6e1a2bdda (diff)
downloadcoreutils-2656da4705eb26a30da6b51be18d9ba474bc4d00.tar.xz
tests: move "sparse-file" into test-lib.sh
* tests/sparse-file: Remove file Move contents into ... * tests/test-lib.sh (require_sparse_support_): ...here. New function. * tests/cp/sparse: Use the function, not the file. * tests/du/8gb: Likewise. * tests/Makefile.am (EXTRA_DIST): Remove sparse-file.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 62defa25a..3674d3f32 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,7 +19,6 @@ EXTRA_DIST = \
require-perl \
sample-test \
setgid-check \
- sparse-file \
test-lib.sh
## N O T E :: Do not add more names to this list.