Imported Upstream version 2.2.37
[platform/upstream/gpg2.git] / tests / openpgp / gpgconf.scm
index 33d04d8..16e435d 100644 (file)
@@ -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-environment)
 
 (for-each-p'
                (assert (or (not (opt::value)) (string=? "" (opt::value)))))))
        (progress ".")))))
  (lambda (name . rest) name)
- (list "keyserver" "verbose" "quiet")
+ (list "keyserver" "verbose")
  (list (gpg-config 'gpg "keyserver")
-       (gpg-config 'gpg "verbose")
-       (gpg-config 'gpg "quiet"))
+       (gpg-config 'gpg "verbose"))
  (list (lambda (i) (if (even? i) "hkp://foo.bar" "hkps://bar.baz"))
        ;; gpgconf: argument for option verbose of type 0 (none) must
        ;; be positive