aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")