changeset 2060:676f5fd84a94

Don't use -u option for diff on SunOS, too. This makes the tests work without using GNU diff on Solaris 8.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 12 Apr 2006 17:57:44 +0200
parents a4c271765415
children 5460f0196f77
files tests/run-tests
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/run-tests	Wed Apr 12 17:53:04 2006 +0200
+++ b/tests/run-tests	Wed Apr 12 17:57:44 2006 +0200
@@ -22,7 +22,7 @@
 OS=`uname`
 
 case "$OS" in
-  HP-UX)
+  HP-UX|SunOS)
     DIFFOPTS=
     ;;
   *)