From cc1d21342659a7def5d662d0547579f9e0d3b109 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 28 Nov 2016 12:36:33 +0100 Subject: [PATCH] tests: Rename ssh test. * tests/openpgp/ssh.scm: Rename to 'ssh-import.scm'. * tests/openpgp/Makefile (XTESTS): Likewise. Signed-off-by: Justus Winter --- tests/openpgp/Makefile.am | 2 +- tests/openpgp/{ssh.scm => ssh-import.scm} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/openpgp/{ssh.scm => ssh-import.scm} (100%) 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 similarity index 100% rename from tests/openpgp/ssh.scm rename to tests/openpgp/ssh-import.scm