diff options
| author | George Roman <george.roman.99@gmail.com> | 2018-07-21 10:51:05 +0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-22 22:53:37 -0300 |
| commit | c212c884ff4be5d97d675e2390c6db47e18d6f8d (patch) | |
| tree | d6017ae500dc55f0adf7af7b13141f27b609fe35 /spec | |
| parent | 098fe3c52f1d400301124f5084b1972d57fd62d7 (diff) | |
| download | luarocks-c212c884ff4be5d97d675e2390c6db47e18d6f8d.tar.gz luarocks-c212c884ff4be5d97d675e2390c6db47e18d6f8d.tar.bz2 luarocks-c212c884ff4be5d97d675e2390c6db47e18d6f8d.zip | |
fs.copy: skip copying if the source and destination are the same files
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/build_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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() | |||
| 322 | lfs.rmdir(tmpdir) | 322 | lfs.rmdir(tmpdir) |
| 323 | end) | 323 | end) |
| 324 | 324 | ||
| 325 | pending("LuaRocks build only deps of a given rock", function() | 325 | it("LuaRocks build only deps of a given rock", function() |
| 326 | local olddir = lfs.currentdir() | 326 | local olddir = lfs.currentdir() |
| 327 | local tmpdir = get_tmp_path() | 327 | local tmpdir = get_tmp_path() |
| 328 | lfs.mkdir(tmpdir) | 328 | lfs.mkdir(tmpdir) |
