From 9ea4815a74751d707527f2ea651667b1c5c36bbd Mon Sep 17 00:00:00 2001 From: Rudi Starcevic Date: Wed, 6 Apr 2016 15:21:13 +0800 Subject: [PATCH] Fix incorrect local image being used --- tests/openvpn_conf_options.test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/openvpn_conf_options.test.sh b/tests/openvpn_conf_options.test.sh index 39891522..6c315fba 100755 --- a/tests/openvpn_conf_options.test.sh +++ b/tests/openvpn_conf_options.test.sh @@ -3,7 +3,6 @@ OVPN_DATA=opvn-data IMG=kylemanna/openvpn -IMG=rudijs/docker-openvpne:1.0.0 # Function to fail abort() { cat <<< "$@" 1>&2; exit 1; }