diff options
Diffstat (limited to 'tests/gpgsm/encrypt.scm')
| -rw-r--r-- | tests/gpgsm/encrypt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpgsm/encrypt.scm b/tests/gpgsm/encrypt.scm index fd23ac5c5..bb90c8e73 100644 --- a/tests/gpgsm/encrypt.scm +++ b/tests/gpgsm/encrypt.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")) (setup-gpgsm-environment) (for-each-p |
