summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/files')
-rwxr-xr-xtest/files/script/second.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/script/second.scala b/test/files/script/second.scala
index cd7a1c5342..48b8d73815 100755
--- a/test/files/script/second.scala
+++ b/test/files/script/second.scala
@@ -1,3 +1,3 @@
#!/bin/sh
-scala -e 'println("My second argument is " + args(1))' arg1 arg2
+scala -nocompdaemon -e 'println("My second argument is " + args(1))' arg1 arg2