Alex Riesen, Thu, Dec 08, 2005 21:25:55 +0100: > -git-init-db --template=../../templates/blt/ 2>/dev/null || > -error "cannot run git-init-db" > +git init-db --template=../../templates/blt/ 2>/dev/null || > +error "cannot run git init-db" "$GIT_EXEC_PATH/git init-db", of course. Signed-off-by: Alex Riesen <fork0@users.sf.net> --- t/test-lib.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 33dbb3dacf1b38c40f091dd800ea2dafdfa1fd3f diff --git a/t/test-lib.sh b/t/test-lib.sh index 0539dac..777c748 100755 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -190,8 +190,8 @@ test=trash rm -fr "$test" mkdir "$test" cd "$test" -git-init-db --template=../../templates/blt/ 2>/dev/null || -error "cannot run git-init-db" +"$GIT_EXEC_PATH/git" init-db --template=../../templates/blt/ 2>/dev/null || +error "cannot run $GIT_EXEC_PATH/git init-db" mv .git/hooks .git/hooks-disabled -- 0.99.9.GIT - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Fri Dec 09 08:00:52 2005
This archive was generated by hypermail 2.1.8 : 2005-12-09 08:00:59 EST