# HG changeset patch # User Thomas Arendsen Hein # Date 1144857464 -7200 # Node ID 676f5fd84a94a7d09fad4dea0d591da37d54dacd # Parent a4c2717654158d77344741b81004c4412d81f54f Don't use -u option for diff on SunOS, too. This makes the tests work without using GNU diff on Solaris 8. diff -r a4c271765415 -r 676f5fd84a94 tests/run-tests --- 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= ;; *)