diff options
author | Justus Winter <[email protected]> | 2016-11-28 11:36:33 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-11-28 12:48:19 +0000 |
commit | cc1d21342659a7def5d662d0547579f9e0d3b109 (patch) | |
tree | 2fe6ef5fb0028c0179f5760a05387f16f0e3e199 | |
parent | scd: Support OpenPGP card V3 for RSA. (diff) | |
download | gnupg-cc1d21342659a7def5d662d0547579f9e0d3b109.tar.gz gnupg-cc1d21342659a7def5d662d0547579f9e0d3b109.zip |
tests: Rename ssh test.
* tests/openpgp/ssh.scm: Rename to 'ssh-import.scm'.
* tests/openpgp/Makefile (XTESTS): Likewise.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | tests/openpgp/Makefile.am | 2 | ||||
-rwxr-xr-x | tests/openpgp/ssh-import.scm (renamed from tests/openpgp/ssh.scm) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index 8f565b338..532cdb33e 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -80,7 +80,7 @@ XTESTS = \ use-exact-key.scm \ default-key.scm \ export.scm \ - ssh.scm \ + ssh-import.scm \ quick-key-manipulation.scm \ key-selection.scm \ issue2015.scm \ diff --git a/tests/openpgp/ssh.scm b/tests/openpgp/ssh-import.scm index a825409d6..a825409d6 100755 --- a/tests/openpgp/ssh.scm +++ b/tests/openpgp/ssh-import.scm |