Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keplerproject/luafilesystem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2020-04-23 04:12:23 +0300
committerHisham Muhammad <hisham@gobolinux.org>2020-04-23 04:12:23 +0300
commit68c624c686c471b398704e73a8df1a942666e7d5 (patch)
treeb04b301e2d90ec94b46f15019d7f49c3d6b7c572
parent41e59da31bb9dca58449b9b18d7b28e054b1d05e (diff)
It does work on Windows now!
-rw-r--r--tests/test.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua
index 095f072..ed154c0 100644
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -91,7 +91,6 @@ assert (new_att.modification == testdate1, "could not set modification time")
io.write(".")
io.flush()
--- Checking link (does not work on Windows)
if lfs.link (tmpfile, "_a_link_for_test_", true) then
assert (lfs.attributes"_a_link_for_test_".mode == "file")
assert (lfs.symlinkattributes"_a_link_for_test_".mode == "link")