]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - test/test.js
Fix test
[perso/Immae/Projets/Nodejs/Surfer.git] / test / test.js
index 3610c05bf74e9aed4c6fd5d31367109d2e0a1aaf..979ffdeaf3fbf81f240fb9f0a2defc927a055153 100644 (file)
@@ -131,7 +131,7 @@ describe('Application life cycle test', function () {
     function uploadFile(name, done) {
         // File upload can't be tested with selenium, since the file input is not visible and thus can't be interacted with :-(
 
-        execSync(path.join(__dirname, '/../cli/surfer.js') + ' put ' + path.join(__dirname, name) + '/',  { stdio: 'inherit' } );
+        execSync(path.join(__dirname, '/../cli/surfer.js') + ' put ' + path.join(__dirname, name) + ' /',  { stdio: 'inherit' } );
         done();
     }