We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca9f99 commit cc4a782Copy full SHA for cc4a782
tests/helpers.sh
@@ -61,8 +61,8 @@ function small-repo-in-sandbox() {
61
62
function launch-git-daemon() {
63
local port=9418
64
- if nc -z localhost "$port"; then
65
- echo "Port $port should not have been open before this test's run of the git daemon!" >&2
+ if true; then
+ echo "We didn't check $port -- this just tests if we can bail out." >&2
66
return 1
67
fi
68
git -c uploadpack.allowrefinwant daemon --verbose --base-path=. --export-all --user-path &>/dev/null &
0 commit comments