summaryrefslogtreecommitdiff
path: root/spec/support/proxy_helper.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-08-10 14:11:46 -0600
committermo khan <mo.khan@gmail.com>2020-08-12 19:11:14 -0600
commitf8543ea9b7965ceb1012a9f9bd195bc936e76fe5 (patch)
treed9edc82dfacc49f5afc9a2fbe745e17f0bd92155 /spec/support/proxy_helper.rb
parentd12215d3b7d209e6e442e6dcf099b0500c9618cb (diff)
Explicitly source bashrc
In some cases the '$HOME' environment variable is overwritten in the runtime environment. This occurred when running this image in a OpenShift environment.
Diffstat (limited to 'spec/support/proxy_helper.rb')
-rw-r--r--spec/support/proxy_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/proxy_helper.rb b/spec/support/proxy_helper.rb
index 9ad0dde..1f31164 100644
--- a/spec/support/proxy_helper.rb
+++ b/spec/support/proxy_helper.rb
@@ -39,6 +39,6 @@ RSpec.configure do |config|
system("rm -f /usr/lib/ssl/certs/custom.*")
system("update-ca-certificates -v")
system("c_rehash -v")
- system("cert_sync /etc/ssl/certs/ca-certificates.crt")
+ system("/opt/asdf/installs/mono/6.8.0.123/bin/cert-sync /etc/ssl/certs/ca-certificates.crt")
end
end