Signed-off-by: Ron Parker <ron.parker@xxxxxxxxx> --- Junio, Your suggestion of unsetting CDPATH in t/test-lib.sh took care of the problem. Thanks. t/test-lib.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/t/test-lib.sh b/t/test-lib.sh index c075474..8b99a76 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -11,6 +11,7 @@ TZ=UTC export LANG LC_ALL PAGER TZ EDITOR=: VISUAL=: +unset CDPATH unset AUTHOR_DATE unset AUTHOR_EMAIL unset AUTHOR_NAME -- 1.5.0.5 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html