summaryrefslogtreecommitdiff
path: root/tests/dsa
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/dsa
parent2762b06c1a0bf8f2756b981f583e796e0610f07c (diff)
downloadgnutls-454256c1972ba5c5b487a0acdf7c782e24f8b2a3.tar.gz
Fix srcdir!=builddir builds.
Diffstat (limited to 'tests/dsa')
-rwxr-xr-xtests/dsa/testdsa4
1 files changed, 2 insertions, 2 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"