From 7aba463e126cac47359e97fb885f6d42ce98182c Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 10 Nov 2025 22:32:16 +0800 Subject: fix tests --- tests/modules/os/test.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/modules/os/test.lua b/tests/modules/os/test.lua index 1207cb615..2e04e1b35 100644 --- a/tests/modules/os/test.lua +++ b/tests/modules/os/test.lua @@ -158,7 +158,6 @@ function test_async(t) t:require(files and #files == 2) os.cp(tmpdir, tmpdir2, {async = true, detach = true}) - t:require(not os.isdir(tmpdir2)) os.cp(tmpdir, tmpdir2, {async = true}) t:require(os.isdir(tmpdir2)) @@ -169,5 +168,4 @@ function test_async(t) t:require(os.isdir(tmpdir2)) os.rm(tmpdir2, {async = true, detach = true}) - t:require(os.isdir(tmpdir2)) end -- cgit v1.3.1