diff options
Diffstat (limited to 'spec/sysdetect_spec.lua')
| -rw-r--r-- | spec/sysdetect_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/sysdetect_spec.lua b/spec/sysdetect_spec.lua index 7f9cf1be..6ec6f6b6 100644 --- a/spec/sysdetect_spec.lua +++ b/spec/sysdetect_spec.lua | |||
| @@ -55,6 +55,8 @@ describe("luarocks.core.sysdetect #unix #unit", function() | |||
| 55 | ["elf-Haiku-GCC2-ls"] = {"haiku", "x86"}, | 55 | ["elf-Haiku-GCC2-ls"] = {"haiku", "x86"}, |
| 56 | ["elf-Haiku-GCC7-WebPositive"] = {"haiku", "x86"}, | 56 | ["elf-Haiku-GCC7-WebPositive"] = {"haiku", "x86"}, |
| 57 | ["pe-cygwin-ls.exe"] = {"cygwin", "x86"}, | 57 | ["pe-cygwin-ls.exe"] = {"cygwin", "x86"}, |
| 58 | ["elf-DragonFly-x86_64-less"] = {"dragonfly", "x86_64"}, | ||
| 59 | |||
| 58 | } | 60 | } |
| 59 | 61 | ||
| 60 | describe("detect_file", function() | 62 | describe("detect_file", function() |
