diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2020-04-22 22:12:23 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2020-04-22 22:12:23 -0300 |
| commit | 68c624c686c471b398704e73a8df1a942666e7d5 (patch) | |
| tree | b04b301e2d90ec94b46f15019d7f49c3d6b7c572 /tests/test.lua | |
| parent | 41e59da31bb9dca58449b9b18d7b28e054b1d05e (diff) | |
| download | luafilesystem-68c624c686c471b398704e73a8df1a942666e7d5.tar.gz luafilesystem-68c624c686c471b398704e73a8df1a942666e7d5.tar.bz2 luafilesystem-68c624c686c471b398704e73a8df1a942666e7d5.zip | |
It does work on Windows now!
Diffstat (limited to 'tests/test.lua')
| -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") |
