Skip to content

Commit

Permalink
[Tests] Fix iojs version in test - Running "nvm use iojs" uses latest…
Browse files Browse the repository at this point in the history
… io.js version

We need to use an exist iojs version here.
  • Loading branch information
PeterDaveHello committed Nov 14, 2016
1 parent 8bdd38c commit 84af47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fast/Running "nvm use iojs" uses latest io.js version
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -ex

die () { echo "$@" ; cleanup ; exit 1; }

VERSION="v3.99.0"
VERSION="v3.3.1"

cleanup() {
unset -f make_echo cleanup
Expand Down

0 comments on commit 84af47a

Please sign in to comment.