cvsexportcommit: add some examples to the documentation
[gitweb.git] / t / test-lib.sh
index a97d259e26bc269c8f370f1d3bfa82e7d6cb9831..7534a762084b9883af42febe630e47b14413d39e 100755 (executable)
@@ -195,7 +195,7 @@ test -d ../templates/blt || {
 test=trash
 rm -fr "$test"
 mkdir "$test"
-cd "$test"
+cd "$test" || error "Cannot setup test environment"
 "$GIT_EXEC_PATH/git" init-db --template=../../templates/blt/ 2>/dev/null ||
 error "cannot run git init-db -- have you built things yet?"