Fix more Windows tests

This commit is contained in:
Viktor Liu
2025-07-03 13:14:10 +02:00
parent 982841e25b
commit f1bb4d2ac3
3 changed files with 47 additions and 5 deletions

View File

@@ -873,4 +873,3 @@ func createWindowsTestUser(t *testing.T, username string) bool {
t.Logf("Test user creation result: %s", string(output))
return true
}