mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-30 01:52:20 +02:00
14 lines
445 B
Diff
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
|