diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-04-11 17:02:06 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-04-11 17:21:14 -0300 |
commit | 36f6fd122162c49fd1737344c1a9de7cc7bf3758 (patch) | |
tree | e5fdd9dac76e4b10bbbf1c01c22b4af9e3d67b58 /spec | |
parent | 4e9deef331d9d533fe2239739343e00005f95282 (diff) | |
download | luarocks-36f6fd122162c49fd1737344c1a9de7cc7bf3758.tar.gz luarocks-36f6fd122162c49fd1737344c1a9de7cc7bf3758.tar.bz2 luarocks-36f6fd122162c49fd1737344c1a9de7cc7bf3758.zip |
add DragonFly BSD support
Diffstat (limited to 'spec')
-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() |