X-Git-Url: https://scripts.mit.edu/gitweb/wizard.git/blobdiff_plain/fc26f79911317e7baf3c15290410b24b3b3d1f66..1a8a1f333a3735ab766136ed76462044b5612c4e:/tests/setup diff --git a/tests/setup b/tests/setup index 5ad70cc..edf6db9 100644 --- a/tests/setup +++ b/tests/setup @@ -4,6 +4,8 @@ # TESTNAME = name of the test # we produce $TESTDIR and $TESTID for config and test script to use. +export PATH="`pwd`/../bin:$PATH" + VERSION="$1" if [ "$VERSION" == "" ]; then if [ "$DEFAULT_HEAD" == "1" ]; then @@ -34,7 +36,3 @@ if [ -e "$TESTDIR" ]; then wizard remove "$TESTDIR" || rm -Rf "$TESTDIR" fi -if [ -e "prepare" ]; then - source ./prepare -fi -