From 9c9f060b3a95d1bcf9dd4096669d7903943487c6 Mon Sep 17 00:00:00 2001
From: Sean Bright <sean.bright@gmail.com>
Date: Wed, 3 Oct 2018 09:59:52 -0400
Subject: [PATCH] CI: Use bindport instead of port in test http.conf

Change-Id: Ife9a6879da63a56e5b8348a2024eeed4e7b1615b
---
 tests/CI/runUnittests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/CI/runUnittests.sh b/tests/CI/runUnittests.sh
index 1d2656b176..7cb750ba99 100755
--- a/tests/CI/runUnittests.sh
+++ b/tests/CI/runUnittests.sh
@@ -26,7 +26,7 @@ cat <<-EOF > "$ASTETCDIR/http.conf"
 	[general]
 	enabled=yes
 	bindaddr=127.0.0.1
-	port=8088
+	bindport=8088
 EOF
 
 cat <<-EOF > "$ASTETCDIR/modules.conf"
-- 
GitLab