summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-11-09 00:21:48 +0100
committerSimon Josefsson <simon@josefsson.org>2011-11-09 00:26:42 +0100
commit454256c1972ba5c5b487a0acdf7c782e24f8b2a3 (patch)
treeb6d6747d8b51bbeb77dd58c1a452680c1030dda4 /tests
parent2762b06c1a0bf8f2756b981f583e796e0610f07c (diff)
downloadgnutls-454256c1972ba5c5b487a0acdf7c782e24f8b2a3.tar.gz
Fix srcdir!=builddir builds.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/dsa/testdsa4
-rwxr-xr-xtests/openpgp-certs/testcerts4
-rwxr-xr-xtests/suite/testcompat-main4
-rwxr-xr-xtests/suite/testsrn4
4 files changed, 8 insertions, 8 deletions
diff --git a/tests/dsa/testdsa b/tests/dsa/testdsa
index 3d6a2f0e9d..dc485ecb36 100755
--- a/tests/dsa/testdsa
+++ b/tests/dsa/testdsa
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos
#
@@ -31,7 +31,7 @@ if test "${WINDIR}" != "";then
exit 77
fi
-. ../scripts/common.sh
+. $srcdir/../scripts/common.sh
echo "Checking various DSA key sizes"
diff --git a/tests/openpgp-certs/testcerts b/tests/openpgp-certs/testcerts
index 3a3afad29d..d9cb2f619a 100755
--- a/tests/openpgp-certs/testcerts
+++ b/tests/openpgp-certs/testcerts
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos
#
@@ -31,7 +31,7 @@ if test "${WINDIR}" != "";then
exit 77
fi
-. ../scripts/common.sh
+. $srcdir/../scripts/common.sh
echo "Checking OpenPGP certificate verification"
diff --git a/tests/suite/testcompat-main b/tests/suite/testcompat-main
index 2c7223334f..557a39a5e3 100755
--- a/tests/suite/testcompat-main
+++ b/tests/suite/testcompat-main
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos
#
@@ -29,7 +29,7 @@ if test "${WINDIR}" != "";then
exit 77
fi
-. ../scripts/common.sh
+. $srcdir/../scripts/common.sh
SERV=openssl
OPENSSL_CLI="openssl"
diff --git a/tests/suite/testsrn b/tests/suite/testsrn
index f11a89af3d..7409455a09 100755
--- a/tests/suite/testsrn
+++ b/tests/suite/testsrn
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos
#
@@ -30,7 +30,7 @@ if test "${WINDIR}" != "";then
exit 77
fi
-. ../scripts/common.sh
+. $srcdir/../scripts/common.sh
echo "Checking Safe renegotiation"