diff options
author | Werner Koch <[email protected]> | 2021-05-31 13:29:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-05-31 19:51:45 +0000 |
commit | a8209b001cda393e472de1cdcffc354138890f36 (patch) | |
tree | 1b659e0928d1ba15df7a830819eb50f23a5edf57 /tests/run-tests.scm | |
parent | gpgconf: Make runtime changes with different homedir work. (diff) | |
download | gnupg-a8209b001cda393e472de1cdcffc354138890f36.tar.gz gnupg-a8209b001cda393e472de1cdcffc354138890f36.zip |
tests: Rename subdir gpgsm to cms and move sample dirs.
--
It does not make sense to have the cms stuff at the top level but the
openpgp at a dedicated directory. This patch fixes that.
Diffstat (limited to 'tests/run-tests.scm')
-rw-r--r-- | tests/run-tests.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests.scm b/tests/run-tests.scm index d3ebba07e..bb9ade50c 100644 --- a/tests/run-tests.scm +++ b/tests/run-tests.scm @@ -34,8 +34,8 @@ (load-tests-with-log "g13") (load-tests-with-log "agent") (load-tests-with-log "tests" "openpgp") + (load-tests-with-log "tests" "cms") (load-tests-with-log "tests" "migrations") - (load-tests-with-log "tests" "gpgsm") (load-tests-with-log "tests" "gpgme")))) (run-tests (if prefix (filter |