diff options
Diffstat (limited to 'tests/openpgp/conventional.scm')
-rwxr-xr-x | tests/openpgp/conventional.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/conventional.scm b/tests/openpgp/conventional.scm index 4bca3c92f..c4804000e 100755 --- a/tests/openpgp/conventional.scm +++ b/tests/openpgp/conventional.scm @@ -17,7 +17,7 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program; if not, see <http://www.gnu.org/licenses/>. -(load (with-path "defs.scm")) +(load (in-srcdir "tests" "openpgp" "defs.scm")) (setup-legacy-environment) (define s2k '--s2k-count=65536) |