aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2020-04-22 22:12:23 -0300
committerHisham Muhammad <hisham@gobolinux.org>2020-04-22 22:12:23 -0300
commit68c624c686c471b398704e73a8df1a942666e7d5 (patch)
treeb04b301e2d90ec94b46f15019d7f49c3d6b7c572
parent41e59da31bb9dca58449b9b18d7b28e054b1d05e (diff)
downloadluafilesystem-68c624c686c471b398704e73a8df1a942666e7d5.tar.gz
luafilesystem-68c624c686c471b398704e73a8df1a942666e7d5.tar.bz2
luafilesystem-68c624c686c471b398704e73a8df1a942666e7d5.zip
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")
91io.write(".") 91io.write(".")
92io.flush() 92io.flush()
93 93
94-- Checking link (does not work on Windows)
95if lfs.link (tmpfile, "_a_link_for_test_", true) then 94if lfs.link (tmpfile, "_a_link_for_test_", true) then
96 assert (lfs.attributes"_a_link_for_test_".mode == "file") 95 assert (lfs.attributes"_a_link_for_test_".mode == "file")
97 assert (lfs.symlinkattributes"_a_link_for_test_".mode == "link") 96 assert (lfs.symlinkattributes"_a_link_for_test_".mode == "link")