# HG changeset patch # User reimar # Date 1320785978 0 # Node ID aecd1f1bfeafff5e6c9247e3b03f991dafdf2cbc # Parent f6cce8c4ea66b5c816eada918d706c46eed09aa1 Remove unused variable. diff -r f6cce8c4ea66 -r aecd1f1bfeaf tests/Makefile --- a/tests/Makefile Tue Nov 08 20:48:11 2011 +0000 +++ b/tests/Makefile Tue Nov 08 20:59:38 2011 +0000 @@ -11,7 +11,6 @@ ALLSAMPLES_FULLPATH=$(wildcard $(FATE_SAMPLES)/*/*.*) ALLSAMPLES=$(patsubst $(FATE_SAMPLES)/%,%,$(ALLSAMPLES_FULLPATH)) SAMPLES=$(filter-out $(BROKEN_SAMPLES),$(ALLSAMPLES)) -REFS=$(patsubst %,ref/%.md5,$(SAMPLES)) RESULTS=$(patsubst %,res/%.md5,$(SAMPLES)) fatetest: $(RESULTS)