apenwarr-redo/t/defaults-nested
Avery Pennarun c077d77285 builder.py: correctly set $3 to include the subdir path.
If we're using a .do file from a parent directory, we should set $3 using
the same path prefix as $1.  We were previously using just the basename,
which mostly works (since we would rename it to $1$2 eventually anyway) but
is not quite right, and you can't safely rename files across filesystems, so
it could theoretically cause problems.

Also improved t/defaults-nested to test for this behaviour.

Reported by Eric Kow.
2011-01-18 00:48:52 -08:00
..
a Search parent directories for default*.do. 2010-12-19 05:58:49 -08:00
.gitignore Search parent directories for default*.do. 2010-12-19 05:58:49 -08:00
all.do Search parent directories for default*.do. 2010-12-19 05:58:49 -08:00
clean.do t/defaults-nested/clean fails on MacOS X. 2011-01-18 00:48:51 -08:00
default.do builder.py: correctly set $3 to include the subdir path. 2011-01-18 00:48:52 -08:00
test.do builder.py: correctly set $3 to include the subdir path. 2011-01-18 00:48:52 -08:00