From 88fbb71848b56ae5cb2b8ad7833cde21ce3937d9 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 29 Mar 2011 20:22:22 +0000 Subject: Disabled all the script tests. breaking the distribution build. No review. --- test/disabled/script/second.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 test/disabled/script/second.scala (limited to 'test/disabled/script/second.scala') diff --git a/test/disabled/script/second.scala b/test/disabled/script/second.scala new file mode 100755 index 0000000000..48b8d73815 --- /dev/null +++ b/test/disabled/script/second.scala @@ -0,0 +1,3 @@ +#!/bin/sh + +scala -nocompdaemon -e 'println("My second argument is " + args(1))' arg1 arg2 -- cgit v1.2.3