diff --git a/js/client/modules/@arangodb/testsuites/arangosh.js b/js/client/modules/@arangodb/testsuites/arangosh.js index 8d2b3f8947..a4b65afd23 100644 --- a/js/client/modules/@arangodb/testsuites/arangosh.js +++ b/js/client/modules/@arangodb/testsuites/arangosh.js @@ -206,7 +206,7 @@ function arangosh (options) { } fs.write(shebangFile, - '#!' + fs.makeAbsolute(pu.ARANGOSH_BIN) + ' --server.endpoint none --javascript.execute \n' + + '#!' + fs.makeAbsolute(pu.ARANGOSH_BIN) + ' --javascript.execute \n' + 'print("hello world");\n'); executeExternalAndWait('sh', ['-c', 'chmod a+x ' + shebangFile]);