mirror of
https://github.com/wavetermdev/ssh_config.git
synced 2026-08-05 13:43:40 -07:00
Add the possibility to ignore the Match directive
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ func (b *errReader) Read(p []byte) (n int, err error) {
|
||||
|
||||
func TestIOError(t *testing.T) {
|
||||
buf := &errReader{}
|
||||
_, err := Decode(buf)
|
||||
_, err := Decode(buf, false)
|
||||
if err == nil {
|
||||
t.Fatal("expected non-nil err, got nil")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user