diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/openpgp/setup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/setup.scm b/tests/openpgp/setup.scm index a7d14e71c..00eed53fc 100755 --- a/tests/openpgp/setup.scm +++ b/tests/openpgp/setup.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")) (unless (member "--create-tarball" *args*) (fail "Usage: setup.scm --create-tarball <file>")) |