From c50dd4e212fff79020f0100d1a81ab64b599251f Mon Sep 17 00:00:00 2001 From: michelou Date: Sat, 1 Nov 2008 20:01:29 +0000 Subject: fixed "script" tests on Windows (Cygwin+DOS) --- test/files/script/second.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 test/files/script/second.bat (limited to 'test/files/script/second.bat') diff --git a/test/files/script/second.bat b/test/files/script/second.bat new file mode 100755 index 0000000000..222372d543 --- /dev/null +++ b/test/files/script/second.bat @@ -0,0 +1,3 @@ +@echo off + +scala -nocompdaemon -e "println(\"My second argument is \" + args(1))" arg1 arg2 -- cgit v1.2.3