diff options
-rw-r--r-- | tests/test.lua | 1 |
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") | |||
91 | io.write(".") | 91 | io.write(".") |
92 | io.flush() | 92 | io.flush() |
93 | 93 | ||
94 | -- Checking link (does not work on Windows) | ||
95 | if lfs.link (tmpfile, "_a_link_for_test_", true) then | 94 | if 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") |