From 847ab6a518b0e5d88f4e1aba29aa1caeef889fa2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 28 Nov 2008 21:32:39 +0100 Subject: [PATCH] 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". --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 8c768bb425..307e5a8a0b 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 \ -- 2.47.3