When running x/y/z/whatever.do, first cd to x/y/z.

That way it's exactly equivalent to
	cd x/y/z; redo whatever
This commit is contained in:
Avery Pennarun 2010-11-12 23:14:58 -08:00
commit 3c16056c21
3 changed files with 19 additions and 7 deletions

View file

@ -1,5 +1,4 @@
. wvtest.sh
WVSTART "t/runtests"
cd t
WVPASS redo runtests
WVPASS redo t/runtests