From 36f6fd122162c49fd1737344c1a9de7cc7bf3758 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 11 Apr 2022 17:02:06 -0300 Subject: add DragonFly BSD support --- spec/sysdetect_spec.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec') 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() ["elf-Haiku-GCC2-ls"] = {"haiku", "x86"}, ["elf-Haiku-GCC7-WebPositive"] = {"haiku", "x86"}, ["pe-cygwin-ls.exe"] = {"cygwin", "x86"}, + ["elf-DragonFly-x86_64-less"] = {"dragonfly", "x86_64"}, + } describe("detect_file", function() -- cgit v1.2.3-55-g6feb