From 68c624c686c471b398704e73a8df1a942666e7d5 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 22 Apr 2020 22:12:23 -0300 Subject: It does work on Windows now! --- tests/test.lua | 1 - 1 file changed, 1 deletion(-) 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") -- cgit v1.2.3