diff options
Diffstat (limited to 'tests/gpgme/wrap.scm')
-rw-r--r-- | tests/gpgme/wrap.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/gpgme/wrap.scm b/tests/gpgme/wrap.scm index d338892b9..4c96a09ab 100644 --- a/tests/gpgme/wrap.scm +++ b/tests/gpgme/wrap.scm @@ -29,9 +29,6 @@ (setenv "top_srcdir" gpgme-srcdir #t) (setenv "srcdir" (path-join gpgme-srcdir "tests" "gpg") #t) -(define python (catch #f - (path-expand "python" (string-split (getenv "PATH") *pathsep*)))) - (define (run what) (if (string-suffix? (car what) ".py") (begin |