summaryrefslogtreecommitdiff
path: root/std/fs/expand_glob_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/fs/expand_glob_test.ts')
-rw-r--r--std/fs/expand_glob_test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/fs/expand_glob_test.ts b/std/fs/expand_glob_test.ts
index 58da2c1bf..6bdb77266 100644
--- a/std/fs/expand_glob_test.ts
+++ b/std/fs/expand_glob_test.ts
@@ -131,4 +131,5 @@ Deno.test(async function expandGlobPermError(): Promise<void> {
decode(await p.stderrOutput()),
"Uncaught PermissionDenied"
);
+ p.close();
});