diff options
Diffstat (limited to 'rsh/transport_test.go')
| -rw-r--r-- | rsh/transport_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rsh/transport_test.go b/rsh/transport_test.go index d06f086..1afa1cf 100644 --- a/rsh/transport_test.go +++ b/rsh/transport_test.go @@ -148,8 +148,8 @@ func TestDialTimeoutFromEnv(t *testing.T) { } } -// A host we cannot reach must be reported with the marker the app greps for, -// so it can skip the rest of the folders bound to that remote. +// An unreachable host must be reported with the marker the app greps for, so it +// can skip the rest of the folders bound to that remote. func TestUnreachableHostIsMarked(t *testing.T) { keyPath, pub := genClientKey(t) srv := newTestServer(t, pub, func(_ string, _ io.Reader, _, _ io.Writer) int { return 0 }) |