diff --git a/test/Makefile.in b/test/Makefile.in index fecb614e2..5a9a40c3e 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -26,7 +26,7 @@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ T ?= . -RUN = $(shell find -regextype posix-egrep -name t-\*.sh -and -regex ".*($(T)).*") +RUN = $(shell find -regextype posix-egrep -name t-\*.sh -and -regex ".*($(T)).*" | sort) # Shell quote; SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))