From dcbd37b05e20e4fd35512332fff86316a4411278 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 13 Jun 2005 21:00:24 +0000 Subject: Collect all policy in one spot. Doing this turned up a bug in speed dumping. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7893030e..484024fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -175,7 +175,7 @@ libgps: libgps.c .libs/libgps.a # Regression-test the daemon testregress: - @for f in test/*.log; do gpsfake -p $${f} | grep -v "^GPSD,X" >test/test.chk; diff -c $${f}.chk test/test.chk; done; rm test/test.chk + @for f in test/*.log; do gpsfake -p $${f} | grep -v "^GPSD,X" >test/test.chk; diff -ub $${f}.chk test/test.chk; done; rm test/test.chk # Build the regression tests makeregress: -- cgit v1.2.1