aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci/docker/test.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/docker/test.sh')
-rwxr-xr-x.ci/docker/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/docker/test.sh b/.ci/docker/test.sh
index 0ff9a35..7c76298 100755
--- a/.ci/docker/test.sh
+++ b/.ci/docker/test.sh
@@ -65,7 +65,7 @@ setup_ssh_agent() {
echo_password="$( printf -- 'echo %q' "$password" )"
echo "$echo_password" > "$askpass_path"
- SSH_ASKPASS="$askpass_path" DISPLAY= ssh-add "$key" > /dev/null 2>&1 < /dev/null
+ SSH_ASKPASS="$askpass_path" SSH_ASKPASS_REQUIRE=force DISPLAY= ssh-add "$key" > /dev/null 2>&1 < /dev/null
}
docker_build() {