summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-12-03 10:49:42 -0500
committerJeff Forcier <jeff@bitprophet.org>2019-12-03 10:50:47 -0500
commitb2fc082ae666b8f11b39f40409c9ef2e020e9c9f (patch)
treef8c3007a0a67601b2586d9793bbc2d6be039eec3
parentdf8765f940c496b5dd42b0896e2f246ba1e2394d (diff)
downloadparamiko-b2fc082ae666b8f11b39f40409c9ef2e020e9c9f.tar.gz
Trim trailing whitespace from test config files
-rw-r--r--tests/configs/basic1
-rw-r--r--tests/configs/canon2
-rw-r--r--tests/configs/canon-always2
-rw-r--r--tests/configs/canon-ipv42
-rw-r--r--tests/configs/canon-local2
-rw-r--r--tests/configs/canon-local-always2
-rw-r--r--tests/configs/deep-canon1
-rw-r--r--tests/configs/deep-canon-maxdots1
-rw-r--r--tests/configs/empty-canon2
-rw-r--r--tests/configs/fallback-no2
-rw-r--r--tests/configs/fallback-yes1
-rw-r--r--tests/configs/match-all-after-canonical1
-rw-r--r--tests/configs/match-all-and-more1
-rw-r--r--tests/configs/match-all-and-more-before1
-rw-r--r--tests/configs/match-all-before-canonical1
-rw-r--r--tests/configs/match-canonical-yes1
-rw-r--r--tests/configs/match-host1
-rw-r--r--tests/configs/match-host-canonicalized2
-rw-r--r--tests/configs/match-host-from-match1
-rw-r--r--tests/configs/match-host-glob2
-rw-r--r--tests/configs/match-host-glob-list2
-rw-r--r--tests/configs/match-host-name1
-rw-r--r--tests/configs/match-host-no-arg1
-rw-r--r--tests/configs/match-orighost-no-arg1
-rw-r--r--tests/configs/multi-canon-domains2
-rw-r--r--tests/configs/no-canon2
-rw-r--r--tests/configs/zero-maxdots1
27 files changed, 0 insertions, 39 deletions
diff --git a/tests/configs/basic b/tests/configs/basic
index 73872b47..93fe3beb 100644
--- a/tests/configs/basic
+++ b/tests/configs/basic
@@ -2,4 +2,3 @@ CanonicalDomains paramiko.org
Host www.paramiko.org
User rando
-
diff --git a/tests/configs/canon b/tests/configs/canon
index 3a3cc66a..7b979408 100644
--- a/tests/configs/canon
+++ b/tests/configs/canon
@@ -6,5 +6,3 @@ IdentityFile base.key
Host www.paramiko.org
User rando
IdentityFile canonicalized.key
-
-
diff --git a/tests/configs/canon-always b/tests/configs/canon-always
index fdaeabd4..f3f56b70 100644
--- a/tests/configs/canon-always
+++ b/tests/configs/canon-always
@@ -3,5 +3,3 @@ CanonicalizeHostname always
Host www.paramiko.org
User rando
-
-
diff --git a/tests/configs/canon-ipv4 b/tests/configs/canon-ipv4
index b29766a3..92c3875f 100644
--- a/tests/configs/canon-ipv4
+++ b/tests/configs/canon-ipv4
@@ -4,5 +4,3 @@ AddressFamily inet
Host www.paramiko.org
User rando
-
-
diff --git a/tests/configs/canon-local b/tests/configs/canon-local
index 0b5588ca..dde9f77b 100644
--- a/tests/configs/canon-local
+++ b/tests/configs/canon-local
@@ -4,5 +4,3 @@ Host www.paramiko.org
Host www
CanonicalDomains paramiko.org
CanonicalizeHostname yes
-
-
diff --git a/tests/configs/canon-local-always b/tests/configs/canon-local-always
index 5c059ae1..0ad0535a 100644
--- a/tests/configs/canon-local-always
+++ b/tests/configs/canon-local-always
@@ -4,5 +4,3 @@ Host www.paramiko.org
Host www
CanonicalDomains paramiko.org
CanonicalizeHostname always
-
-
diff --git a/tests/configs/deep-canon b/tests/configs/deep-canon
index bb3ed5ad..483823d5 100644
--- a/tests/configs/deep-canon
+++ b/tests/configs/deep-canon
@@ -9,4 +9,3 @@ Host sub.www.paramiko.org
Host subber.sub.www.paramiko.org
User deeper
-
diff --git a/tests/configs/deep-canon-maxdots b/tests/configs/deep-canon-maxdots
index 9262cc58..7785f660 100644
--- a/tests/configs/deep-canon-maxdots
+++ b/tests/configs/deep-canon-maxdots
@@ -10,4 +10,3 @@ Host sub.www.paramiko.org
Host subber.sub.www.paramiko.org
User deeper
-
diff --git a/tests/configs/empty-canon b/tests/configs/empty-canon
index d29b30fa..19743ad6 100644
--- a/tests/configs/empty-canon
+++ b/tests/configs/empty-canon
@@ -4,5 +4,3 @@ AddressFamily inet
Host www.paramiko.org
User rando
-
-
diff --git a/tests/configs/fallback-no b/tests/configs/fallback-no
index d68bfe66..ec8d13ee 100644
--- a/tests/configs/fallback-no
+++ b/tests/configs/fallback-no
@@ -4,5 +4,3 @@ CanonicalizeFallbackLocal no
Host www.paramiko.org
User rando
-
-
diff --git a/tests/configs/fallback-yes b/tests/configs/fallback-yes
index a87764a8..bc4f4eee 100644
--- a/tests/configs/fallback-yes
+++ b/tests/configs/fallback-yes
@@ -4,4 +4,3 @@ CanonicalizeFallbackLocal yes
Host www.paramiko.org
User rando
-
diff --git a/tests/configs/match-all-after-canonical b/tests/configs/match-all-after-canonical
index 2acc3a6e..531112cb 100644
--- a/tests/configs/match-all-after-canonical
+++ b/tests/configs/match-all-after-canonical
@@ -3,4 +3,3 @@ CanonicalDomains paramiko.org
Match canonical all
User awesome
-
diff --git a/tests/configs/match-all-and-more b/tests/configs/match-all-and-more
index 2281d238..bb50696e 100644
--- a/tests/configs/match-all-and-more
+++ b/tests/configs/match-all-and-more
@@ -1,3 +1,2 @@
Match all exec "lol nope"
HostName whatever
-
diff --git a/tests/configs/match-all-and-more-before b/tests/configs/match-all-and-more-before
index 89a737ee..4d5b2e34 100644
--- a/tests/configs/match-all-and-more-before
+++ b/tests/configs/match-all-and-more-before
@@ -1,3 +1,2 @@
Match exec "lol nope" all
HostName whatever
-
diff --git a/tests/configs/match-all-before-canonical b/tests/configs/match-all-before-canonical
index fe0e6646..35e3b0e2 100644
--- a/tests/configs/match-all-before-canonical
+++ b/tests/configs/match-all-before-canonical
@@ -3,4 +3,3 @@ CanonicalDomains paramiko.org
Match all canonical
User oops
-
diff --git a/tests/configs/match-canonical-yes b/tests/configs/match-canonical-yes
index 5c5759c7..d6c20928 100644
--- a/tests/configs/match-canonical-yes
+++ b/tests/configs/match-canonical-yes
@@ -3,4 +3,3 @@ CanonicalDomains paramiko.org
Match !canonical host www*
User hidden
-
diff --git a/tests/configs/match-host b/tests/configs/match-host
index 8259fc6b..86cbff5d 100644
--- a/tests/configs/match-host
+++ b/tests/configs/match-host
@@ -1,3 +1,2 @@
Match host target
User rand
-
diff --git a/tests/configs/match-host-canonicalized b/tests/configs/match-host-canonicalized
index 347242a0..52dadeae 100644
--- a/tests/configs/match-host-canonicalized
+++ b/tests/configs/match-host-canonicalized
@@ -6,5 +6,3 @@ Match host www.paramiko.org
Match canonical host docs.paramiko.org
User eric
-
-
diff --git a/tests/configs/match-host-from-match b/tests/configs/match-host-from-match
index 64b4c4b5..172ee116 100644
--- a/tests/configs/match-host-from-match
+++ b/tests/configs/match-host-from-match
@@ -3,4 +3,3 @@ Match host original-host
Match host substituted-host
User inner
-
diff --git a/tests/configs/match-host-glob b/tests/configs/match-host-glob
index 9c198ce3..3d53cf48 100644
--- a/tests/configs/match-host-glob
+++ b/tests/configs/match-host-glob
@@ -1,4 +1,2 @@
Match host *ever
User matrim
-
-
diff --git a/tests/configs/match-host-glob-list b/tests/configs/match-host-glob-list
index 76796777..3617d136 100644
--- a/tests/configs/match-host-glob-list
+++ b/tests/configs/match-host-glob-list
@@ -6,5 +6,3 @@ Match host somehost,someotherhost
Match host goo*,!goof
User perrin
-
-
diff --git a/tests/configs/match-host-name b/tests/configs/match-host-name
index 5b4adb84..783d939e 100644
--- a/tests/configs/match-host-name
+++ b/tests/configs/match-host-name
@@ -2,4 +2,3 @@ HostName default-host
Match host default-host
User silly
-
diff --git a/tests/configs/match-host-no-arg b/tests/configs/match-host-no-arg
index e9936844..191cebb5 100644
--- a/tests/configs/match-host-no-arg
+++ b/tests/configs/match-host-no-arg
@@ -1,3 +1,2 @@
Match host
User oops
-
diff --git a/tests/configs/match-orighost-no-arg b/tests/configs/match-orighost-no-arg
index ebf81fa0..427382ba 100644
--- a/tests/configs/match-orighost-no-arg
+++ b/tests/configs/match-orighost-no-arg
@@ -1,3 +1,2 @@
Match originalhost
User oops
-
diff --git a/tests/configs/multi-canon-domains b/tests/configs/multi-canon-domains
index 0fe98e31..5674b442 100644
--- a/tests/configs/multi-canon-domains
+++ b/tests/configs/multi-canon-domains
@@ -3,5 +3,3 @@ CanonicalDomains not-a-real-tld paramiko.org
Host www.paramiko.org
User rando
-
-
diff --git a/tests/configs/no-canon b/tests/configs/no-canon
index 62e8f713..033f8c53 100644
--- a/tests/configs/no-canon
+++ b/tests/configs/no-canon
@@ -3,5 +3,3 @@ CanonicalDomains paramiko.org
Host www.paramiko.org
User rando
-
-
diff --git a/tests/configs/zero-maxdots b/tests/configs/zero-maxdots
index eae90285..dc00054c 100644
--- a/tests/configs/zero-maxdots
+++ b/tests/configs/zero-maxdots
@@ -7,4 +7,3 @@ Host www.paramiko.org
Host sub.www.paramiko.org
User deep
-