aports/testing/chasquid/01-tests-localhost.patch
2025-12-19 15:54:32 +00:00

14 lines
445 B
Diff

diff --git a/test/stress-02-connections/run.sh b/test/stress-02-connections/run.sh
index a237988..97bf373 100755
--- a/test/stress-02-connections/run.sh
+++ b/test/stress-02-connections/run.sh
@@ -25,7 +25,7 @@ if [ $COUNT -gt 2000 ]; then
COUNT=2000
fi
-if ! conngen -logtime -addr=localhost:1025 -count=$COUNT; then
+if ! conngen -logtime -addr=127.0.0.1:1025 -count=$COUNT; then
tail -n 1 .logs/chasquid.log
fail "conngen error"
fi