diff options
-rw-r--r-- | tests/00-geo-rep/00-georep-verify-non-root-setup.t | 2 |
1 files changed, 1 insertions, 1 deletions
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} |