summaryrefslogtreecommitdiff
path: root/tests/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-17 21:09:28 +0800
committerruki <[email protected]>2022-09-17 21:09:28 +0800
commitb3957eca3816e549c783e19d18101a843807b0ce (patch)
tree516323596c0409a3035904c3228189b31117b810 /tests/modules
parent4a6e3f226a3a52657e2e335fc4e2cd1da7cb6712 (diff)
fix tests
Diffstat (limited to 'tests/modules')
-rw-r--r--tests/modules/os/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/os/test.lua b/tests/modules/os/test.lua
index d1609687a..359ca84c4 100644
--- a/tests/modules/os/test.lua
+++ b/tests/modules/os/test.lua
@@ -50,7 +50,7 @@ function test_cp_mvdir_into_another_dir(t)
end
function test_cp_symlink(t)
- if is_subhost("windows") then
+ if is_host("windows") then
return
end
os.touch("test1")