diff --git a/js/client/modules/@arangodb/testing.js b/js/client/modules/@arangodb/testing.js index 0119cf56bf..541e1af8f8 100644 --- a/js/client/modules/@arangodb/testing.js +++ b/js/client/modules/@arangodb/testing.js @@ -1953,7 +1953,7 @@ testFuncs.arangosh = function(options) { } fs.write(shebangFile, - "#!" + fs.makeAbsolute(ARANGOSH_BIN) + " --log.level fatal --javascript.execute \n" + + "#!" + fs.makeAbsolute(ARANGOSH_BIN) + " --javascript.execute \n" + "print('hello world');\n"); executeExternalAndWait("sh", ["-c", "chmod a+x " + shebangFile]);