If you don't
like the diff options that are used by default, set the
environment variable PG_REGRESS_DIFF_OPTS, for
- instance PG_REGRESS_DIFF_OPTS='-u'. (Or you
+ instance PG_REGRESS_DIFF_OPTS='-c'. (Or you
can run diff yourself, if you prefer.)
*/
#ifndef WIN32
const char *basic_diff_opts = "";
-const char *pretty_diff_opts = "-C3";
+const char *pretty_diff_opts = "-U3";
#else
const char *basic_diff_opts = "-w";
-const char *pretty_diff_opts = "-w -C3";
+const char *pretty_diff_opts = "-w -U3";
#endif
/* options settable from command line */