Index: trunk/tests/gsch2pcb-rnd/Makefile.common =================================================================== --- trunk/tests/gsch2pcb-rnd/Makefile.common (revision 37803) +++ trunk/tests/gsch2pcb-rnd/Makefile.common (revision 37804) @@ -1,7 +1,3 @@ -CONF = \ - -c rc/library_search_paths+=$(TRUNK)/footprint \ - -c rc/default_pcb_file=$(TRUNK)/src/default.pcb - GSCH2PCB = $(TRUNK)/util/gsch2pcb-rnd/gsch2pcb-rnd DIFF = diff -u Index: trunk/tests/gsch2pcb-rnd/simple/Makefile =================================================================== --- trunk/tests/gsch2pcb-rnd/simple/Makefile (revision 37803) +++ trunk/tests/gsch2pcb-rnd/simple/Makefile (revision 37804) @@ -5,7 +5,7 @@ test: FORCE @make clean - @$(GSCH2PCB) -m import $(CONF) main.sch > main.log + @$(GSCH2PCB) -m import main.sch > main.log @$(DIFF) main.cmd.ref main.cmd clean: