Skip to content

Commit e32ab49

Browse files
Florian Manschwetusxenu
authored andcommitted
change password used for test user
On windows server the default password policies, seem to be harder, so a more secure password fixes the tests.
1 parent df14043 commit e32ab49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/netadmin.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use Win32::NetAdmin qw(:DEFAULT UserCreate UserDelete UserGetAttributes
2121

2222
my $serverName = '';
2323
my $userName = 'TestUser';
24-
my $password = 'password';
24+
my $password = 'pa55w0r&';
2525
my $passwordAge = 0;
2626
my $privilege = USER_PRIV_USER;
2727
my $homeDir = 'c:\\';

0 commit comments

Comments
 (0)