From b0497eea3d49102bbdf3d7c2e9cc20518e73374f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 1 Aug 2010 09:24:07 +0000 Subject: tests: do not clobber existing RUBYLIB We may want to try some external libraries for some tests via RUBYLIB/RUBYOPT while doing development. --- t/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/GNUmakefile b/t/GNUmakefile index 1172c67..8198388 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -118,7 +118,7 @@ $(MODEL_T): script = $(subst $(model).,,$@) $(MODEL_T): export RUBY := $(RUBY) $(MODEL_T): export PATH := $(bindir):$(PATH) $(MODEL_T): $(t_deps) - RUBYLIB=$(rainbows_lib):$$(cat $(libs)) \ + RUBYLIB=$(rainbows_lib):$$(cat $(libs)):$(RUBYLIB) \ $(TRACER) $(SHELL) $(SH_TEST_OPTS) $(script) $(TEST_OPTS) trash/.gitignore: -- cgit v1.2.3-24-ge0c7