diff --git a/providers/shared/fqdn_test.go b/providers/shared/fqdn_test.go index 9d885af..ed8bc5f 100644 --- a/providers/shared/fqdn_test.go +++ b/providers/shared/fqdn_test.go @@ -90,7 +90,7 @@ func TestFQDN(t *testing.T) { } func makeErrorRegex(osHostname string, withTimeout bool) string { - timeoutStr := ".*" + timeoutStr := "" if withTimeout { timeoutStr = ": i/o timeout" }