From a55158f6b992f7863a9d1eb59952f0b4efe4d9c4 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 11 Sep 2011 23:08:56 +0200 Subject: [PATCH 1/1] testsuite: Sort tests. This guarantees that the tests are run in numerical order. --- t/makefile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/makefile.test b/t/makefile.test index d4aedf80..4bbc5d72 100644 --- a/t/makefile.test +++ b/t/makefile.test @@ -15,7 +15,7 @@ ifdef V endif endif -tests := $(wildcard $(test_dir)/t[0-9][0-9][0-9][0-9]-*.sh) +tests := $(sort $(wildcard $(test_dir)/t[0-9][0-9][0-9][0-9]-*.sh)) test: $(tests) -- 2.39.2