From: Feross Aboukhadijeh Date: Fri, 16 Feb 2018 07:21:32 +0000 (-0800) Subject: download-node-tests: don't delete common.js X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=e0adc7a07e46d11c70d959c5caa4948d262d1b94;p=buffer.git download-node-tests: don't delete common.js --- diff --git a/bin/download-node-tests.js b/bin/download-node-tests.js index 0be09cb..903d0a9 100755 --- a/bin/download-node-tests.js +++ b/bin/download-node-tests.js @@ -14,7 +14,7 @@ var dirs = [ '/test/pummel' ] -cp.execSync('rm -rf node/*.js', { cwd: path.join(__dirname, '../test') }) +cp.execSync('rm -rf node/test-*.js', { cwd: path.join(__dirname, '../test') }) var httpOpts = { headers: {