From bfebfa9f2ec9dfc5dbf4a68c3518f98364ebc461 Mon Sep 17 00:00:00 2001 From: Sunny Kumar Date: Thu, 24 Oct 2019 14:40:37 +0530 Subject: test: fix suspicous non-root geo-rep test failures Export of env variable is required for ssh-copy-id command. fixes: bz#1765426 Change-Id: Icaf7a848cb8f4ae9f887d885a8c5bb71f26633b4 Signed-off-by: Sunny Kumar --- tests/00-geo-rep/00-georep-verify-non-root-setup.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/00-geo-rep/00-georep-verify-non-root-setup.t b/tests/00-geo-rep/00-georep-verify-non-root-setup.t index c9fd8b2dffd..076c0c92b08 100644 --- a/tests/00-geo-rep/00-georep-verify-non-root-setup.t +++ b/tests/00-geo-rep/00-georep-verify-non-root-setup.t @@ -173,7 +173,7 @@ EOL chmod u+x ${SSH_ASKPASS_SCRIPT} ##set no display, necessary for ssh to use with setsid and SSH_ASKPASS -#export DISPLAY=:0 +export DISPLAY export SSH_ASKPASS=${SSH_ASKPASS_SCRIPT} -- cgit