diff --git a/README.md b/README.md index 776d481..fc54fc7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ The e2e tests are located in the `test/` folder and require [nodejs](http://node cd syncthing-app/test npm install -export PATH=$PATH:node_modules/.bin -USERNAME=user PASSWORD=password mocha --bail test.js +PATH=$PATH:node_modules/.bin USERNAME=user PASSWORD=password mocha --bail test.js ``` diff --git a/test/test.js b/test/test.js index 223d438..35c5ff6 100644 --- a/test/test.js +++ b/test/test.js @@ -46,7 +46,7 @@ describe('Application life cycle test', function () { done(); }); - var LOCATION = 'syncthing-test'; + var LOCATION = 'test'; var TEST_TIMEOUT = 30000; var SYNC_PORT = 22001; var app;