summaryrefslogtreecommitdiff
path: root/test/files/script/t1017.bat
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-11-01 20:01:29 +0000
committermichelou <michelou@epfl.ch>2008-11-01 20:01:29 +0000
commitc50dd4e212fff79020f0100d1a81ab64b599251f (patch)
tree70a9254b69b4f1175b378b7e969d0188fd701759 /test/files/script/t1017.bat
parent6599832787acde26f4b621c6e19ffe2bbbd180a1 (diff)
downloadscala-c50dd4e212fff79020f0100d1a81ab64b599251f.tar.gz
scala-c50dd4e212fff79020f0100d1a81ab64b599251f.tar.bz2
scala-c50dd4e212fff79020f0100d1a81ab64b599251f.zip
fixed "script" tests on Windows (Cygwin+DOS)
Diffstat (limited to 'test/files/script/t1017.bat')
-rwxr-xr-xtest/files/script/t1017.bat15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/files/script/t1017.bat b/test/files/script/t1017.bat
new file mode 100755
index 0000000000..369dbd2aca
--- /dev/null
+++ b/test/files/script/t1017.bat
@@ -0,0 +1,15 @@
+::#!
+::# t1017 - <description>.
+
+@echo off
+call scala -nocompdaemon %0 %*
+goto :eof
+::!#
+
+def foo = {
+ bar
+}
+
+var x = 1
+
+def bar = 1