diff --git a/test/index.sh b/test/index.sh index 1c19d58..6b909c5 100644 --- a/test/index.sh +++ b/test/index.sh @@ -15,7 +15,7 @@ echo -e "" if [ ! -z "$TRAVIS" ]; then export PM2_HOME="/home/travis/.pm2" mkdir "$PM2_HOME" - cp "fixtures/conf.js" "$PM2_HOME/conf.js" + cp "$fixtures/conf.js" "$PM2_HOME/conf.js" fi bash ./test/bash/config.sh