summaryrefslogtreecommitdiff
path: root/tests/suite
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-28 10:36:37 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-31 10:35:29 +0100
commitde12ba23ed4d6e894ca783809705a5a7c50a24ec (patch)
tree057b8805437b972fd43b6eb573bb9d598ab03210 /tests/suite
parentdd1841cfb09841eed2a82b73415a2fe918e1d4d7 (diff)
downloadgnutls-de12ba23ed4d6e894ca783809705a5a7c50a24ec.tar.gz
tests: fixed paths in compat tests
Diffstat (limited to 'tests/suite')
-rw-r--r--tests/suite/testcompat-common4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/testcompat-common b/tests/suite/testcompat-common
index b4181e78ed..a77a0a0d80 100644
--- a/tests/suite/testcompat-common
+++ b/tests/suite/testcompat-common
@@ -27,8 +27,8 @@
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
# WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-DSA_CERT="${srcdir}/../dsa/cert.dsa.1024.pem"
-DSA_KEY="${srcdir}/../dsa/dsa.1024.pem"
+DSA_CERT="${srcdir}/../key-tests/data/cert.dsa.1024.pem"
+DSA_KEY="${srcdir}/../key-tests/data/dsa.1024.pem"
RSA_CERT="${srcdir}/../certs/cert-rsa-2432.pem"
RSA_KEY="${srcdir}/../certs/rsa-2432.pem"