mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
test: improve error message in localhost test
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
is_localhost = [addr isLocalhost];
|
||||
|
||||
error = [NSString stringWithFormat:
|
||||
@"expected '%@' to be a localhost address", *curHost];
|
||||
@"expected '%@' to be a localhost address. Is libnss-myhostname installed and activated in /etc/nsswitch.conf?", *curHost];
|
||||
testWithMessage(is_localhost, error);
|
||||
|
||||
curHost++;
|
||||
|
||||
Reference in New Issue
Block a user