X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=blobdiff_plain;f=test%2Ftest.js;h=979ffdeaf3fbf81f240fb9f0a2defc927a055153;hp=3610c05bf74e9aed4c6fd5d31367109d2e0a1aaf;hb=efdc0490694375fece7804c70877fb238a91a8eb;hpb=ba8949963040e9238bb2d2b747b82e988c2cdd7e diff --git a/test/test.js b/test/test.js index 3610c05..979ffde 100644 --- a/test/test.js +++ b/test/test.js @@ -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(); }