mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-18 16:15:22 -05:00
fixup! tests: do not require Git to be built when testing an installed Git
In preparation for applying the latest iteration that was submitted to the Git mailing list, let's revert this here patch. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -51,7 +51,7 @@ export LSAN_OPTIONS
|
||||
|
||||
################################################################
|
||||
# It appears that people try to run tests without building...
|
||||
test -n "$GIT_TEST_INSTALLED" || "$GIT_BUILD_DIR/git" >/dev/null ||
|
||||
"$GIT_BUILD_DIR/git" >/dev/null
|
||||
if test $? != 1
|
||||
then
|
||||
echo >&2 'error: you do not seem to have built git yet.'
|
||||
|
||||
Reference in New Issue
Block a user