Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
don't limit test-50-promisify to host-only
Browse files Browse the repository at this point in the history
  • Loading branch information
igorklopov committed May 11, 2019
1 parent 3952f39 commit 460b1c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test-50-promisify/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ const target = process.argv[2] || host;
const input = './test-x-index.js';
const output = './test-output.exe';

const version1 = process.version.match(/^v(\d+)/)[1];
const version2 = target.match(/^node(\d+)/)[1];
if (version1 !== version2) return;

let left, right;

left = utils.spawn.sync(
Expand Down

0 comments on commit 460b1c9

Please sign in to comment.