From c212c884ff4be5d97d675e2390c6db47e18d6f8d Mon Sep 17 00:00:00 2001 From: George Roman Date: Sat, 21 Jul 2018 10:51:05 +0300 Subject: fs.copy: skip copying if the source and destination are the same files --- spec/build_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/build_spec.lua b/spec/build_spec.lua index 707ab145..62fbb353 100644 --- a/spec/build_spec.lua +++ b/spec/build_spec.lua @@ -322,7 +322,7 @@ describe("LuaRocks build tests #integration", function() lfs.rmdir(tmpdir) end) - pending("LuaRocks build only deps of a given rock", function() + it("LuaRocks build only deps of a given rock", function() local olddir = lfs.currentdir() local tmpdir = get_tmp_path() lfs.mkdir(tmpdir) -- cgit v1.2.3-55-g6feb