# 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 --git a/tests/run-tests b/tests/run-tests --- a/tests/run-tests +++ b/tests/run-tests @@ -22,7 +22,7 @@ HGRCPATH=""; export HGRCPATH OS=`uname` case "$OS" in - HP-UX) + HP-UX|SunOS) DIFFOPTS= ;; *)