Skip to content

tools: Copying contents of deps/npm to test-npm

Rodrigo Muino Tomonari requested to merge github/fork/thefourtheye/patch-1 into master

In Ubuntu, cp -r deps/npm/ test-npm/ was copying npm directory under test-npm and the structure became test-npm/npm. But the test requires the contents of deps/npm to be under test-npm. Using deps/npm/. fixes it.

Merge request reports

Loading