summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-11-28 21:32:39 +0100
committerJim Meyering <meyering@redhat.com>2008-11-30 19:15:51 +0100
commit847ab6a518b0e5d88f4e1aba29aa1caeef889fa2 (patch)
treef787d310717505f0d9cd949f145dca9471bdc2e9
parentb5b3690d069b0bd4a1d561a8c1b527768d067b5d (diff)
downloadcoreutils-847ab6a518b0e5d88f4e1aba29aa1caeef889fa2.tar.xz
tests: start long-running cp/link-heap earlier
* tests/Makefile.am (TESTS): Move cp/link-heap nearer the start of the list, so that its termination doesn't delay a parallel "make check".
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8c768bb42..307e5a8a0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -74,6 +74,7 @@ TESTS = \
misc/invalid-opt \
rm/ext3-perf \
rm/cycle \
+ cp/link-heap \
chmod/no-x \
chgrp/basic \
rm/dangling-symlink \
@@ -124,7 +125,7 @@ TESTS = \
misc/ptx \
misc/test \
misc/seq \
- misc/seq-long-double \
+ misc/seq-long-double \
misc/head \
misc/head-elide-tail \
tail-2/tail-n0f \
@@ -262,7 +263,6 @@ TESTS = \
cp/file-perm-race \
cp/into-self \
cp/link \
- cp/link-heap \
cp/link-no-deref \
cp/link-preserve \
cp/no-deref-link1 \