summaryrefslogtreecommitdiff
path: root/test/fixtures/_known_hosts_real/spaced conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/_known_hosts_real/spaced conf')
-rw-r--r--test/fixtures/_known_hosts_real/spaced conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/fixtures/_known_hosts_real/spaced conf b/test/fixtures/_known_hosts_real/spaced conf
index f484f0e3..566b92c2 100644
--- a/test/fixtures/_known_hosts_real/spaced conf
+++ b/test/fixtures/_known_hosts_real/spaced conf
@@ -1,9 +1,8 @@
# Unindented
Host gee
- UserKnownHostsFile "fixtures/_known_hosts_real/spaced known_hosts"
+ UserKnownHostsFile "_known_hosts_real/spaced known_hosts"
# Indented
- Host hus # With comment
- UserKnownHostsFile "fixtures/_known_hosts_real/known_hosts2"
-
+ Host hus #not-a-comment
+ UserKnownHostsFile "_known_hosts_real/known_hosts2"