formatting

This commit is contained in:
2022-06-07 06:30:18 +03:00
parent a5c24ace80
commit e2d20bb805
3 changed files with 28 additions and 10 deletions

View File

@@ -131,8 +131,8 @@ export fn _nss_turbo_getpwuid_r(
const testing = std.testing;
test "nss_turbo_getpwuid_r" {
var tf = try File.TestFile.init(testing.allocator);
defer tf.deinit(testing.allocator);
var tf = try File.TestDB.init(testing.allocator);
defer tf.deinit();
var env = try process.getEnvMap(testing.allocator);
defer env.deinit();