From: Andre Noll Date: Sun, 11 Sep 2011 21:08:56 +0000 (+0200) Subject: testsuite: Sort tests. X-Git-Tag: v0.4.9~12^2~3 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=a55158f6b992f7863a9d1eb59952f0b4efe4d9c4;hp=784c2391535a896aff0e51bf3976b52bf9f06b71;p=paraslash.git testsuite: Sort tests. This guarantees that the tests are run in numerical order. --- 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)