summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
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