Skip to content

Commit

Permalink
Need to run test using "node" executable and not "nodejs" for nvm com…
Browse files Browse the repository at this point in the history
…patibility
  • Loading branch information
mitza-oci committed Feb 17, 2017
1 parent b1c30a1 commit c16d02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sub which {
return undef;
}

my $NODE = PerlDDS::create_process(which("nodejs"), "test.js");
my $NODE = PerlDDS::create_process(which("node"), "test.js");
$NODE->IgnoreExeSubDir(1);
$NODE->Spawn();

Expand Down

0 comments on commit c16d02e

Please sign in to comment.