diff options
Diffstat (limited to 'tests/gpgsm/setup.scm')
-rw-r--r-- | tests/gpgsm/setup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpgsm/setup.scm b/tests/gpgsm/setup.scm index aa1ab4132..c241b38fe 100644 --- a/tests/gpgsm/setup.scm +++ b/tests/gpgsm/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 "gpgsm-defs.scm")) +(load (in-srcdir "tests" "gpgsm" "gpgsm-defs.scm")) (define tarball (flag "--create-tarball" *args*)) (unless (and tarball (not (null? tarball))) |