tests: start long-running cp/link-heap earlier
authorJim Meyering <meyering@redhat.com>
Fri, 28 Nov 2008 20:32:39 +0000 (21:32 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 30 Nov 2008 18:15:51 +0000 (19:15 +0100)
* 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".

tests/Makefile.am

index 8c768bb..307e5a8 100644 (file)
@@ -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                            \