We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e4402 commit 9025af3Copy full SHA for 9025af3
src/test/authentication/t/002_saslprep.pl
@@ -42,9 +42,10 @@ sub test_login
42
{
43
skip "authentication tests cannot run on Windows", 12 if ($windows_os);
44
45
- # Initialize master node
+ # Initialize master node. Force UTF-8 encoding, so that we can use non-ASCII
46
+ # characters in the passwords below.
47
my $node = get_new_node('master');
- $node->init;
48
+ $node->init(extra => ['--locale=C', '--encoding=UTF8']);
49
$node->start;
50
51
# These tests are based on the example strings from RFC4013.txt,
0 commit comments