Index: test-suite/trunk/External/SPEC/Makefile.spec =================================================================== --- test-suite/trunk/External/SPEC/Makefile.spec +++ test-suite/trunk/External/SPEC/Makefile.spec @@ -13,7 +13,7 @@ # Information about testing the program... REF_IN_DIR := $(SPEC_BENCH_DIR)/data/$(RUN_TYPE)/input/ REF_OUT_DIR := $(SPEC_BENCH_DIR)/data/$(RUN_TYPE)/output/ -LOCAL_OUTPUTS = $(notdir $(wildcard $(REF_OUT_DIR)/*)) +LOCAL_OUTPUTS = $(sort $(notdir $(wildcard $(REF_OUT_DIR)/*))) # Sometimes a test will output its program name or some other gunk that # we don't want to diff against. Tests can override this definition to