From 0dd548a5ea3f076ed639e565589d592ba588a388 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 23 Jan 2008 16:13:27 +0000 Subject: lifts synchronized when target is MSIL; ignore ... lifts synchronized when target is MSIL; ignore CR's in scalatest diffs. --- test/scalatest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/scalatest b/test/scalatest index b0e2048594..0c200f40c7 100755 --- a/test/scalatest +++ b/test/scalatest @@ -711,7 +711,7 @@ esac; case "$UNAME" in CYGWIN* ) DIFF="diff --text --strip-trailing-cr";; - * ) DIFF="diff";; + * ) DIFF="diff --strip-trailing-cr";; esac; while [ $# -gt 0 ]; do -- cgit v1.2.3